christianjauregui / ByeByePandas

Alternatives to PANDAS: MODIN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByeByePandas

Alternatives to PANDAS: MODIN

For installations refer: https://modin.readthedocs.io/en/latest/

Some useful commands:

For Modin_MultipleCores.ipynb : you need RAY, MODIN to be installed.

pip install modin[ray] # Install Modin dependencies and Ray to run on Ray pip install modin[dask] # Install Modin dependencies and Dask to run on Dask pip install modin[all] # Install all of the above

About

Alternatives to PANDAS: MODIN


Languages

Language:Jupyter Notebook 100.0%