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
This commit is contained in:
David Ordás 2021-07-09 16:05:41 +02:00 committed by GitHub
parent 9afd12de74
commit abf5969a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)