pandas
https://github.com/pandas-dev/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 supported1157 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- PERF: default read_csv parallel workers to available physical cores
- DEPR: read_feather
- DOC: Add default namespace xpath example to read_xml (#63668)
- DOC: Clarify forward-looking rolling window behavior with offset stri…
- 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
- 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)
- BUG: `Series.to_json()` wraps `np.uint64` values ≥ `2**63` when stored in `object` dtype
- feat(NaN): add limit_behavior option to interpolate to skip large gaps
- Docs
- Python not yet supported