Skip to content

Instantly share code, notes, and snippets.

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