Examples and Resources ====================== Here you can find additional resources to learn about Modin. To learn more about advanced usage for Modin, please refer to :doc:`Usage Guide ` section.. Usage Examples '''''''''''''' The following notebooks demonstrate how Modin can be used for scalable data science: - Quickstart Guide to Modin [`Source `__] - Using Modin with the NYC Taxi Dataset [`Source `__] - Modin for Machine Learning with scikit-learn [`Source `__] 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. Talks & Podcasts '''''''''''''''' - `Scaling Interactive Data Science with Modin and Ray `_ (20 minute, Ray Summit 2021) - `Unleash The Power Of Dataframes At Any Scale With Modin `_ (40 minute, Python Podcast 2021) - `[Russian] Distributed Data Processing and XGBoost Training and Prediction with Modin `_ (30 minute, PyCon Russia 2021) - `[Russian] Efficient Data Science with Modin `_ (30 minute, ISP RAS Open 2021) - `Modin: Scaling the Capabilities of the Data Scientist, not the Machine `_ (1 hour, RISE Camp 2020) - `Modin: Pandas Scalability with Devin Petersohn `_ (1 hour, Software Engineering Daily Podcast 2020) - `Introduction to the DataFrame and Modin `_ (20 minute, RISECamp 2019) - `Scaling Interactive Pandas Workflows with Modin `_ (40 minute, PyData NYC 2018) Community contributions ''''''''''''''''''''''' Here are some blogposts and articles about Modin: - `Anaconda Blog: Scale your pandas workflow with Modin by Vasilij Litvinov `_ - `The Modin view of Scaling Pandas by Devin Petersohn `_ - `Data Science at Scale with Modin by Areg Melik-Adamyan `_ - `Speed up Pandas using Modin by Eric D. Brown, D.Sc. `_ - `Explore Python Libraries: Make Your DataFrames Parallel With Modin by Zachary Bennett `_ - `Get faster pandas with Modin, even on your laptops by Parul Pandey `_ - `How to speedup pandas by changing one line of code by Shrivarsheni `_ - `How To Accelerate Pandas With Just One Line Of Code by Analytics India `_ - `An Easy Introduction to Modin: A Step-by-Step Guide to Accelerating Pandas by Intel `_ Here are some articles contributed by the international community: - `[Chinese] 用 Modin 来提速 pandas 工作流程 by Python Chinese Community `_ - `[German] Was ist Modin? by Dipl.-Ing. (FH) Stefan Luber `_ - `[Russian] Ускоряем Pandas при помощи модуля modin by Разработка `_ - `[Korean] modin 으로 pandas 더 빠르게 사용하기 by 분석뉴비 `_ If you would like your articles to be featured here, please `submit a pull request `_ to let us know!