Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created September 16, 2021 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3ik0th/24084311e0f8f0217fcb5b7a5fbf4078 to your computer and use it in GitHub Desktop.
Save h3ik0th/24084311e0f8f0217fcb5b7a5fbf4078 to your computer and use it in GitHub Desktop.
# difference Cersei by the same order as Tyrion and check her stationarity:
sC = df["Cersei"].diff(n_diff_Tyrion).dropna()
is_Stationary(sC)
n_diff_Cersei = nDiff(sC)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment