Skip to content

Instantly share code, notes, and snippets.

@icexelloss
Created October 18, 2018 19:17
Show Gist options
  • Save icexelloss/596c7efe39308e384c3af7c21d09f5c1 to your computer and use it in GitHub Desktop.
Save icexelloss/596c7efe39308e384c3af7c21d09f5c1 to your computer and use it in GitHub Desktop.
FlintCase3
sp500_joined_return = sp500_return.leftJoin(sp500_previous_day_return, tolerance='3days').dropna()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment