Created
July 3, 2021 18:02
-
-
Save tomonori-masui/ba0efd9b0fa0c16da4c93dfc2268370c 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_wpi_diff = (ts_wpi - ts_wpi.shift(1)).dropna() | |
tsplot(ts_wpi_diff) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment