Created
July 2, 2021 03:49
-
-
Save tomonori-masui/60429eaa9e8a0f6c630a5cef5987ca9f 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_sun_diff = (ts_sun - ts_sun.shift(1)).dropna() | |
tsplot(ts_sun_diff) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment