From abf5969a1ce5f609a003fffb3fa34049d6b2e4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Fri, 9 Jul 2021 16:05:41 +0200 Subject: [PATCH] ADD cheetsheet: Data Wrangling with pandas (#5430) * ADD cheetsheet: Pandas Data Wrangling Add the official Python Pandas Data Wrangling cheetsheet Source: https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf Scrapped from: https://pandas.pydata.org/getting_started.html * ADD cheetsheet: Data Wrangling with pandas Fix CI- CD error: Alfabetical order --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 4a779f17..11955f64 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -124,6 +124,7 @@ * [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/) * [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML) * [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML) +* [Python Data Wrangling with pandas](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) - Pandas (PDF) * [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image) * [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML) * [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python)