Skip to content
Open
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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
aliases: python-pandas, pandas-library, pandas-dataframe
aliases: python-pandas, pandas-library, pandas-dataframe
created_by: Wes McKinney

Should also credit Wes McKinney

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Claudiocli , Done thanks! I've added created_by: Wes McKinney as suggested.
image

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.