Skip to content

Instantly share code, notes, and snippets.

@devin-petersohn
Last active October 14, 2018 19:14
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save devin-petersohn/d860eaf3a9524a89a54b2d93f1a2aac0 to your computer and use it in GitHub Desktop.
Save devin-petersohn/d860eaf3a9524a89a54b2d93f1a2aac0 to your computer and use it in GitHub Desktop.
Pandas on Ray - Lessons learned Blog Post. Also introduces Modin, a project for unifying the APIs of computing engines.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@StrategicVisionary
Copy link

Do you have any examples of join, merge, or concat e.g. pd.merge(df1, df2, how='outer')? Would make an excellent new blog post. Specifically with datetime indexes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment