Skip to content

Instantly share code, notes, and snippets.

@erykml
Created December 8, 2020 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erykml/6ca9f320b8e5adb541f63758cff0030b to your computer and use it in GitHub Desktop.
Save erykml/6ca9f320b8e5adb541f63758cff0030b to your computer and use it in GitHub Desktop.
# loading the dataset
df = pd.read_csv('../neural_prophet/example_data/wp_log_peyton_manning.csv')
print(f'The dataset contains {len(df)} observations.')
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment