Created
July 2, 2021 05:07
-
-
Save tomonori-masui/1ef1cc7e6c326f33160238f989ec41c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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