Use ARIMA for Forcasting

Job ID: 34741249

Budget: $10 – $30 USD

Develop a script to predict sales data using ARIMA and any library of your choice in python.
Using Python 3.10~ . I'm using MySQL db:

if possible you can pick up from here

db = database()
connection = db.get_db_con()
query_string = '''SELECT date_purchased as date,quantity FROM sales where product_id="%s"''' %('N02BE')
SQL_Query = pd.read_sql_query(query_string, connection)
df = pd.DataFrame(SQL_Query)
Related categories: Python SQL Software Architecture MySQL SQLite