Created
July 2, 2021 05:10
-
-
Save tomonori-masui/ca90472c7b7bb5d19ca0105d9cc6ee1e 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_diff = (ts_nl - ts_nl.shift(1)).dropna() | |
tsplot(ts_nl_diff) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment