diff --git a/topics/pandas/index.md b/topics/pandas/index.md new file mode 100644 index 000000000000..509e6a053e39 --- /dev/null +++ b/topics/pandas/index.md @@ -0,0 +1,13 @@ +--- +aliases: python-pandas, pandas-library, pandas-dataframe +created_by: Wes McKinney +display_name: pandas +short_description: Pandas is a Python library for data analysis and manipulation with powerful data structures. +topic: pandas +logo: pandas.png +github_url: https://github.com/pandas-dev/pandas +wikipedia_url: https://en.wikipedia.org/wiki/Pandas_(software) +related: python, data-science, numpy, machine-learning +--- + +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. \ No newline at end of file diff --git a/topics/pandas/pandas.png b/topics/pandas/pandas.png new file mode 100644 index 000000000000..d9df6a73f61f Binary files /dev/null and b/topics/pandas/pandas.png differ