Skip to content

Instantly share code, notes, and snippets.

@tomonori-masui
Created July 2, 2021 05:07
Show Gist options
  • Save tomonori-masui/1ef1cc7e6c326f33160238f989ec41c0 to your computer and use it in GitHub Desktop.
Save tomonori-masui/1ef1cc7e6c326f33160238f989ec41c0 to your computer and use it in GitHub Desktop.
ts_nl = sm.datasets.get_rdataset("Nile").data
ts_nl = ts_nl.set_index('time').value
tsplot(ts_nl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment