ds-cheatsheets: Your Ultimate Collection of Data Science Cheatsheets
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
The ds-cheatsheets repository by FavioVazquez offers an extensive collection of quick reference guides for data science. It covers a broad spectrum of topics, including programming languages like Python and R, and advanced concepts in Machine Learning and Deep Learning. This resource is perfect for anyone needing a handy guide to navigate the complex world of data science.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The ds-cheatsheets repository, created by FavioVazquez, is an exceptional resource for anyone involved in data science. With over 16,000 stars and 4,000 forks, it stands as a testament to its utility and popularity within the community. This repository provides a meticulously curated list of cheatsheets covering virtually every aspect of data science, making complex topics easily digestible and accessible for quick reference. Licensed under MIT, it's a freely available and highly valuable tool for both learners and seasoned professionals.
Installation
Since ds-cheatsheets is primarily a collection of PDF and image files, "installation" involves cloning the repository to your local machine to access all the cheatsheets offline.
To get started, simply use the following Git command:
git clone https://github.com/FavioVazquez/ds-cheatsheets.git
This command will download the entire collection to your chosen directory, allowing you to browse and utilize the cheatsheets at your convenience.
Examples
The repository is organized into several key categories, each containing multiple detailed cheatsheets. Here are some highlights:
- Python: Find cheatsheets for Python Basics, Pandas, NumPy, Jupyter, and Regular Expressions.
- R: Explore guides for Tidyverse,
data.table,dplyr,ggplot2, and R Markdown. - Math and Calculus: Essential refreshers on Algebra, Calculus, Probabilities, and Statistics.
- Big Data: Resources for PySpark (RDD and DataFrame), Dask, and Sparklyr.
- Machine Learning: Comprehensive guides on Scikit-Learn, various R ML packages (Caret, H2O), Supervised Learning, Unsupervised Learning, and model selection.
- Deep Learning: Cheatsheets covering Keras, Neural Networks, Convolutional Neural Networks (CNNs), and Recurrent Neural Networks (RNNs).
- SQL: Quick references for SQL syntax and common commands.
- Data Visualization: Guides for Matplotlib, Seaborn, Bokeh (Python), and Ggplot2, Leaflet (R).
- General Data Science & Others: Includes cheatsheets for Git, DVC, BASH, and general data science concepts.
Why Use ds-cheatsheets?
This repository is an indispensable tool for several reasons:
- Comprehensive Coverage: It spans a vast array of data science topics, ensuring you have a reference for almost any task.
- Quick Reference: Cheatsheets are designed for rapid information retrieval, saving you time when you need to recall syntax, concepts, or workflows.
- Learning Aid: Ideal for students and beginners to quickly grasp core concepts and commands without sifting through extensive documentation.
- Community Vetted: With thousands of stars and forks, it's a trusted resource within the data science community.
- Open Source: Freely available under the MIT License, promoting accessibility and collaboration.
Links
- GitHub Repository: https://github.com/FavioVazquez/ds-cheatsheets
Related repositories
Similar repositories that may be relevant next.

async-javascript-cheatsheet: A Comprehensive Guide to Async/Await and Promises
July 17, 2026
The `async-javascript-cheatsheet` is a valuable resource offering a concise summary of promises and async/await concepts in JavaScript. This cheatsheet is derived from the 'Mastering Asynchronous JavaScript' course at Frontend Armory, providing a quick reference for developers. It's an excellent tool for anyone looking to quickly grasp or review asynchronous patterns.
Vim-Cheatsheet: Master Vim and Neovim with Essential Keyboard Shortcuts
July 16, 2026
The `vim-cheatsheet` repository by pawelborkar offers a comprehensive collection of shortcuts designed to help users become advanced Vim and Neovim practitioners. It covers a wide range of commands, from basic movement to complex window management and plugin usage. This resource is ideal for anyone looking to boost their productivity and efficiency within the Vim ecosystem.

cpp-cheatsheet: A Comprehensive Modern C++ Reference Guide
March 1, 2026
The cpp-cheatsheet repository by mortennobel offers a concise and comprehensive reference for modern C++, covering C++11 and C++14 features. It serves as an invaluable resource for developers looking for quick syntax reminders and standard library usage. This cheatsheet is ideal for both learning and daily development tasks.

PayloadsAllTheThings: Comprehensive Payloads for Web Application Security
January 28, 2026
PayloadsAllTheThings is a widely recognized GitHub repository offering a vast collection of payloads and bypass techniques. It is an essential resource for web application security, penetration testing, and CTF challenges. This repository helps security professionals and enthusiasts discover and exploit vulnerabilities effectively.
Source repository
Open the original repository on GitHub.