Skip to content

Instantly share code, notes, and snippets.

@devin-petersohn
devin-petersohn / modin_sql_demo01.py
Last active March 17, 2021 00:35
Modin SQL API Demo
import modin.pandas as pd
gstore_apps_df = pd.read_csv("https://tinyurl.com/googleplaystorecsv")
@devin-petersohn
devin-petersohn / modin_readme.md
Created December 29, 2018 14:57
Modin Readme

Scale your pandas workflows by changing one line of code

@devin-petersohn
devin-petersohn / blog_post_20181025_modin.ipynb
Last active November 13, 2018 13:22
Modin blog - October 25, 2018
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devin-petersohn
devin-petersohn / a_pandas_on_ray_blogpost_01.ipynb
Last active October 14, 2018 19:14
Pandas on Ray - Lessons learned Blog Post. Also introduces Modin, a project for unifying the APIs of computing engines.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devin-petersohn
devin-petersohn / pandas_on_ray_spark_summit_demo_2018.ipynb
Last active June 5, 2018 15:16
Pandas on Ray demo for Spark Summit 2018
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@devin-petersohn
devin-petersohn / dask_perf.png
Last active November 25, 2020 09:44
Pandas on Ray Introduction
dask_perf.png