Skip to content
Course notes: Time Series Analysis in Python
Course Notes
Use this workspace to take notes, store code snippets, or build your own interactive cheatsheet! The datasets used in this course are available in the datasets
folder.
Run cancelled
# Import any packages you want to use here
print ('Akash')
Take Notes
Add notes here about the concepts you've learned and code cells with code you want to keep.
Add your notes here
# Add your code snippets here
print('a1')
DataFrameavailable as
variable
Run cancelled
ls
import os
print (os.getcwd())