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 supported1142 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- DOC: Fix ES01 for pandas.api.typing.DataFrameGroupBy
- DOC: Fix SS02,SS03,ES01,SA01,EX01 for pandas.Timestamp.fromisoformat
- DOC: Fix GL08 for pandas.DatetimeIndex.asi8
- BUG: Fix double negative typo in CategoricalDtype error message
- DOC: Fix grammar in deprecation warning "Operation with X are" to "Operation with X is"
- BUG: Use compression_method instead of dict in warning message
- BUG: Fix string concatenation failure for pa.large_string()-backed Series
- ENH: add pd.index() for deferred index access (#64308)
- PERF: Optimize _libs.tslibs.strptime parsing
- PERF: Use numpy C API in NDArrayBacked properties and methods
- Docs
- Python not yet supported