From 3aaeb6dc3b1762ddaba2ae45879b650153616fa9 Mon Sep 17 00:00:00 2001 From: Andrew Asche Date: Sun, 30 Oct 2022 13:53:56 -0500 Subject: [PATCH] Add Numpy and Pandas Cheatsheet (#9106) * Update free-programming-cheatsheets.md * Update more/free-programming-cheatsheets.md Co-authored-by: Sharan J <50091666+shrn01@users.noreply.github.com> Co-authored-by: Sharan J <50091666+shrn01@users.noreply.github.com> --- more/free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 48a394db7..15c1167e9 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -37,6 +37,7 @@ * [Python](#python) * [Django](#django) * [Flask](#flask) + * [Numpy Pandas](#numpy-pandas) * [R](#r) * [Raspberry Pi](#raspberry-pi) * [Ruby](#ruby) @@ -364,6 +365,11 @@ * [Flask Cheatsheet](https://www.codewithharry.com/blogpost/flask-cheatsheet/) - Code with Harry (HTML) +#### Numpy Pandas + +* [Pandas, Numpy, Python Cheatsheet](https://www.kaggle.com/code/lavanyashukla01/pandas-numpy-python-cheatsheet) - Kaggle (HTML) + + ### R * [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links)