Skip to content

Commit d0d7de4

Browse files
authored
Merge pull request #5318 from MubaarigCaydiid/feat/pandas
feat: add pandas topic.
2 parents 2337fce + ab9274a commit d0d7de4

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

topics/pandas/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
aliases: python-pandas, pandas-library, pandas-dataframe
3+
created_by: Wes McKinney
4+
display_name: pandas
5+
short_description: Pandas is a Python library for data analysis and manipulation with powerful data structures.
6+
topic: pandas
7+
logo: pandas.png
8+
github_url: https://github.com/pandas-dev/pandas
9+
wikipedia_url: https://en.wikipedia.org/wiki/Pandas_(software)
10+
related: python, data-science, numpy, machine-learning
11+
---
12+
13+
Pandas is an open source Python library for fast and flexible data analysis and manipulation. It provides powerful data structures such as Series and DataFrame that make it easy to clean, transform, analyze, and work with structured data. Widely used in data science, machine learning, and analytics, Pandas simplifies tasks like filtering, grouping, merging datasets, and handling missing values while integrating seamlessly with the Python ecosystem.

topics/pandas/pandas.png

17.8 KB
Loading

0 commit comments

Comments
 (0)