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 supported971 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: DataFrame.isetitem with an out-of-order loc corrupted the block structure
- BUG: groupby(observed=False) with dropped NA keys raised IndexError or misordered groups
- BUG infer StringArray ufunc result dtype
- BUG: DataFrame.agg with a list of funcs rounds uint64 results (GH#65031)
- BUG: Rolling/Expanding skew and kurt wrong on data with a large shared offset
- BUG: read_csv raising for sep="\n" with a custom lineterminator (GH#51801)
- BUG: read_csv with engine="pyarrow" ignored skiprows when header is not None (GH#48507)
- DEPR: Timestamp.timestamp treating tz-naive as UTC (GH#50298)
- BUG: to_datetime returned category dtype for categorical input when the cache fired (GH#28629)
- Handle re.error in regex compilation and fix return
- Docs
- Python not yet supported