From 3940a9b22342f85544a4d57da3efe257516a8c82 Mon Sep 17 00:00:00 2001 From: Abu Jabar Mubarak <139158216+abujabarmubarak@users.noreply.github.com> Date: Fri, 25 Jul 2025 23:29:18 +0530 Subject: [PATCH] docs: added helpful resources and community links to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 82543b9db4a09..0c20b7f63493e 100644 --- a/README.md +++ b/README.md @@ -188,3 +188,12 @@ As contributors and maintainers to this project, you are expected to abide by pa
[Go to Top](#table-of-contents) + +--- + +## Helpful Resources + +- 📘 [Pandas Cheat Sheet (Official)](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) +- 🎓 [Beginner’s Guide to Pandas](https://realpython.com/pandas-python-explore-dataset/) +- 🛠️ [Good First Issues to Contribute](https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+label%3A%22good+first+issue%22) +- 💬 [Join the Pandas Community on Slack](https://pandas.pydata.org/docs/dev/development/community.html#community-slack)