Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created June 2, 2022 15:02
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 quantra-go-algo/60789c72dcd3103c909690f3b0af3caa to your computer and use it in GitHub Desktop.
Save quantra-go-algo/60789c72dcd3103c909690f3b0af3caa to your computer and use it in GitHub Desktop.
# Concatenate resampled data
resample_data = pd.concat([resample_LTP, resample_LTQ], axis=1,)
# Print the last 5 rows
resample_data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment