From 24eace0f73a2c9450fd490fd26e440b2f0a337fd Mon Sep 17 00:00:00 2001 From: V Sridhar Subramaniam Date: Thu, 4 Sep 2025 15:01:54 +0530 Subject: [PATCH] Add pandas library content (#9113) * Added a description and couple of links * Update src/data/roadmaps/machine-learning/content/pandas@PnOoShqB3z4LuUvp0Gh2e.md --------- Co-authored-by: Kamran Ahmed --- .../content/pandas@PnOoShqB3z4LuUvp0Gh2e.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/data/roadmaps/machine-learning/content/pandas@PnOoShqB3z4LuUvp0Gh2e.md b/src/data/roadmaps/machine-learning/content/pandas@PnOoShqB3z4LuUvp0Gh2e.md index c76384157..bb3965dc6 100644 --- a/src/data/roadmaps/machine-learning/content/pandas@PnOoShqB3z4LuUvp0Gh2e.md +++ b/src/data/roadmaps/machine-learning/content/pandas@PnOoShqB3z4LuUvp0Gh2e.md @@ -1,5 +1,6 @@ -# Pandas +Pandas is a library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. Visit the following resources to learn more: - -- [@video@Complete Python Pandas Data Science Tutorial! (2025 Updated Edition)](https://www.youtube.com/watch?v=2uvysYbKdjM) \ No newline at end of file +- [@official@pandas - Python Data Analysis Library](https://pandas.pydata.org/) +- [@video@Complete Python Pandas Data Science Tutorial! (2025 Updated Edition)](https://www.youtube.com/watch?v=2uvysYbKdjM) +