Created
July 4, 2021 03:09
-
-
Save tomonori-masui/4ff37bf19af36a4b348ba3f851560421 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_al_diff = (ts_al - ts_al.shift(12)).dropna() | |
tsplot(ts_al_diff) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment