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 supported1104 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: boolean series .isin([pd.NA])] inconsistent for series length
- BUG: .to_period with MonthBegin offset does not work with a Timestamp, but works with pd.DatetimeIndex
- ENH: Support attrs in feather files
- ENH: Change default dtype of `str.get_dummies()` to bool for consistency with `pd.get_dummies()`
- BUG: DataFrame.sort_values() by 2 columns and a key function produces incorrect results
- BUG: Pandas resets counter when using filterwarning "once"
- Implement String Accumulations with nanoarrow
- Update docs for generating unoptimized debug builds
- ENH: Add support for executing UDF's using Bodo as the engine
- ENH: Enable pytables to round-trip with StringDtype
- Docs
- Python not yet supported