docs/usage_guide/examples/index.rst
This section shows Modin usage examples in different scenarios like Modin on a local/remote cluster, the use of Modin spreadsheet.
Tutorials '''''''''
The following tutorials cover the basic usage of Modin. Here <https://www.youtube.com/watch?v=NglkafEmbhE>_ is a one hour video tutorial that walks through these basic exercises.
Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/local/exercise_1.ipynb>, Source PandasOnDask <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_dask/local/exercise_1.ipynb>]Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/local/exercise_2.ipynb>, Source PandasOnDask <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_dask/local/exercise_2.ipynb>]Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/local/exercise_3.ipynb>, Source PandasOnDask <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_dask/local/exercise_3.ipynb>]The following tutorials covers more advanced features in Modin:
Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/local/exercise_4.ipynb>, Source PandasOnDask <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_dask/local/exercise_4.ipynb>]Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/cluster/exercise_5.py>__]How to get required dependencies for the tutorial notebooks and to run them please refer to the respective README.md <https://github.com/modin-project/modin/tree/main/examples/tutorial/jupyter/README.md>__ file.
Data Science Benchmarks '''''''''''''''''''''''
Source <https://github.com/modin-project/modin/blob/main/examples/jupyter/Modin_Taxi.ipynb>__]Modin Spreadsheets ''''''''''''''''''
Source <https://github.com/modin-project/modin/blob/main/examples/spreadsheet/tutorial.ipynb>__]Modin with scikit-learn '''''''''''''''''''''''
Source <https://github.com/modin-project/modin/blob/main/examples/modin-scikit-learn-example.ipynb>__]