pandas
by
pandas-dev

Description: Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical...

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on May 25th, 2024
Created on August 24th, 2010
Open Issues & Pull Requests: 3,043 (-1)
Number of forks: 20,118
Total Stargazers: 49,166 (+0)
Total Subscribers: 1,117 (+0)

Issue Activity (beta)

Open issues: 2,208
New in 7 days: 6
Closed in 7 days: 7
Avg open age: 1,605 days
Stale 30+ days: 2,138
Stale 90+ days: 1,920

Recent activity

Opened in 7 days: 3
Closed in 7 days: 3
Comments in 7 days: 41
Events in 7 days: 85

Top labels

  • Bug (6,037)
  • Enhancement (2,424)
  • Docs (1,716)
  • Needs Triage (1,237)
  • Indexing (1,147)
  • good first issue (1,135)
  • Usage Question (1,032)
  • Datetime (953)

Repository Insights (GitGenius)

Median issue/PR response: 3253.0 days
Mean response time: 2556.1 days
90th percentile: 4173.2 days
Tracked items: 272

Most active contributors

Detailed Description

Pandas is a Python library that provides flexible and powerful data structures and tools for data analysis and manipulation. The library centers on two primary data structures: Series for one-dimensional labeled data and DataFrame for two-dimensional labeled data, both designed to handle relational and labeled data in ways similar to R's data.frame objects. The project originated at AQR, a quantitative hedge fund, in 2008 and has been under continuous active development since then.

The library excels at handling missing data represented as NaN, NA, or NaT across both floating-point and non-floating-point data types. Pandas provides robust capabilities for data alignment, allowing Series and DataFrame objects to automatically align data during computations or to be explicitly aligned to specific label sets. The library includes powerful group by functionality for split-apply-combine operations, enabling both data aggregation and transformation. Users can perform intelligent label-based slicing, fancy indexing, and subsetting of large datasets, along with flexible merging and joining of multiple datasets.

Pandas offers comprehensive reshaping and pivoting capabilities, hierarchical axis labeling with multiple labels per tick, and extensive I/O tools for loading data from flat files like CSV and delimited formats, Excel files, databases, and the ultrafast HDF5 format. The library includes specialized time series functionality such as date range generation, frequency conversion, moving window statistics, and date shifting and lagging operations. Size mutability allows columns to be inserted and deleted from DataFrames and higher-dimensional objects.

The repository maintains active development with substantial community engagement. GitGenius tracking data shows a median issue and pull request response latency of 0.0 hours across 4476 items, with a mean latency of 13376.3 hours. The most active issue labels are Bug with 2055 items, Enhancement with 928 items, and Needs Triage with 628 items. The most prolific contributors tracked include rhshadrach with 5849 events, jbrockmendel with 3544 events, and mroeschke with 3441 events. The repository shares overlapping contributors with microsoft/vscode, dask/dask, and microsoft/typescript, indicating its integration into broader data science and development ecosystems.

Pandas depends on NumPy for large multi-dimensional arrays and mathematical operations, python-dateutil for datetime extensions, and tzdata for IANA time zone database support on Windows and Emscripten platforms. The library is distributed under the BSD 3-Clause license and is powered by NumFOCUS. Installation is available through PyPI and Conda, with source installation requiring Cython in addition to standard dependencies. The project maintains comprehensive documentation on PyData.org and fosters community engagement through GitHub issue tracking, a dedicated mailing list, Slack channels, and regular community meetings including monthly sessions for new contributors.

pandas
by
pandas-devpandas-dev/pandas

Repository Details

Fetching additional details & charts...