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 supported1156 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: Segfaults from various python api call return values not being checked during encode by ujson
- DEPS: Bump pyarrow minimum version to 16.0
- BUG: add isinstance check for datetime index
- BUG: OverflowError on DataFrame.dtypes.to_json
- BUG: DataFrame.fillna with ArrowDtype(pa.null()) causes Arrow C++ assertion failure
- BUG: ASCII mode is broken for `str.match`
- DEPR: `groupby.nth.__getitem__`
- DOC: Series.eq() fill_value docs outdated for string dtype
- BUG: #66356 - Fix 4 segfaults from ujson_dumps values that are abnormal
- BUG: Fix parallel read_csv divergence with low_memory=False and EmptyDataError (#66259)
- Docs
- Python not yet supported