Modin Usage Examples ==================== 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 `_ is a one hour video tutorial that walks through these basic exercises. - Exercise 1: Introduction to Modin [`Source PandasOnRay `__, `Source PandasOnDask `__, `Source HdkOnNative `__] - Exercise 2: Speed Improvements with Modin [`Source PandasOnRay `__, `Source PandasOnDask `__, `Source HdkOnNative `__] - Exercise 3: Defaulting to pandas with Modin [`Source PandasOnRay `__, `Source PandasOnDask `__, `Source HdkOnNative `__] The following tutorials covers more advanced features in Modin: - Exercise 4: Experimental Features in Modin (Spreadsheet, Progress Bar) [`Source PandasOnRay `__, `Source PandasOnDask `__] - Exercise 5: Setting up Modin in a Cluster Environment [`Source PandasOnRay `__] - Exercise 6: Running Modin in a Cluster Environment [`Source PandasOnRay `__] How to get required dependencies for the tutorial notebooks and to run them please refer to the respective `README.md `__ file. Data Science Benchmarks ''''''''''''''''''''''' - Using Modin with the NYC Taxi Dataset [`Source `__] - Using Modin with the Census Dataset (coming soon...) - Using Modin with the Plasticc Dataset (coming soon...) Modin Spreadsheets '''''''''''''''''' - Using Modin along with the Spreadsheets API [`Source `__] Modin with scikit-learn ''''''''''''''''''''''' - Modin for Machine Learning with scikit-learn [`Source `__]