Skip to content

Instantly share code, notes, and snippets.

@roboreport
Last active March 24, 2019 13:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roboreport/8286448239ca52952e27aadceb1eb6bb to your computer and use it in GitHub Desktop.
Save roboreport/8286448239ca52952e27aadceb1eb6bb to your computer and use it in GitHub Desktop.
import pandas as pd
import matplotlib
import sklearn
df = pd.read_csv("economy.csv", parse_dates =["date"], index_col ="date")
df = df.dropna()
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment