pandas
https://github.com/pydata/pandas
Python
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported969 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: groupby quantile with non-null NaN and all-NaT groups (GH#64330)
- BUG: cast_from_unit_vectorized near-bounds float overflow (GH#57366)
- DOC: Add default namespace xpath example to read_xml (#63668)
- DOC: Clarify forward-looking rolling window behavior with offset stri…
- PERF: default read_csv parallel workers to physical performance cores
- BUG: `pivot_table` with `margins=True` raises KeyError when dict aggfunc doesn't cover every aggregated column
- BUG: pivot_table with margins=True and dict aggfunc containing a list of functions
- DEPR: deprecate convert_dates and keep_default_dates in read_json (GH#59161)
- BUG: Series.to_json() wraps np.uint64 values ≥ 2**63 in object dtype (GH#66142)
- BUG: `to_json` wraps large `np.uint64` object-dtype scalars as negative ints (#66142)
- Docs
- Python not yet supported