08.time Series
08.time Series
08.time Series
Student can download data in .csv format from the following link:
https://raw.githubusercontent.com/blue-yonder/pydse/master/pydse/data/
sales-of-shampoo-over-a-three-ye.csv
Hint:
def parser(x):
return datetime.strptime('190'+x, '%Y-%m')
series =
read_csv('https://raw.githubusercontent.com/blue-yonder/pydse/master/
pydse/data/sales-of-shampoo-over-a-three-ye.csv', header=0,
parse_dates=[0],
index_col=0, squeeze=True, date_parser=parser)
Task: Deploy this assignment in any cloud platform.(Try to look for free
cloud platform)