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 supported949 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: DateOffset does not work with date32[pyarrow] datetypess
- BUG: does .any(axis=1, skipna=False) follow Kleene Logic?
- BUG: df.stack() returns wrong data when NaT is in index (regression since 2.1.0, ok in <= 2.0.3)
- BUG: DataFrame.update() raises FutureWarning due to the use of 'where' method
- BUG: unexpected behavior in read_csv with pyarrow engine and dtype string
- pandas' recommendation on inplace deprecation and categorical column
- BUG: Can't convert `int64[pyarrow]` series with missing values to legacy numpy `float` series
- BUG: DataFrame.from_dict loses bool type with NumPy MaskedArray
- ENH: Adding `pipe` operations to `pandas.api.typing.Rolling` instances
- BUG: possible inconsistency between `inplace=True` and `inplace=False` in `DataFrame.where/mask`
- Docs
- Python not yet supported