Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions topics/pandas/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
aliases: python-pandas, pandas-library, pandas-dataframe
Comment thread
ahpook marked this conversation as resolved.
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.
Binary file added topics/pandas/pandas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.