Skip to content

Instantly share code, notes, and snippets.

@tomonori-masui
Created July 2, 2021 03:49
Show Gist options
  • Save tomonori-masui/60429eaa9e8a0f6c630a5cef5987ca9f to your computer and use it in GitHub Desktop.
Save tomonori-masui/60429eaa9e8a0f6c630a5cef5987ca9f to your computer and use it in GitHub Desktop.
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