Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mberrien-fitzsimons/0c4a505390088185dfa2713e757fdcd1 to your computer and use it in GitHub Desktop.
Save mberrien-fitzsimons/0c4a505390088185dfa2713e757fdcd1 to your computer and use it in GitHub Desktop.
# import data from '01_raw' data folder into the processing notebook
msft_proc = pd.read_csv('../data/01_raw/msft_raw.csv', parse_dates=['timestamp'])
# Let's take a look at our dataset
msft_proc.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment