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
- BUG: honor exclude in DataFrame.from_records with iterator nrows=0
- BUG: fix IntervalDtype.__from_arrow__ for nullable subtypes
- BUG: Reject multidimensional arrays in pd.array (GH#64280)
- BUG: Fix str.find to return character indices for Arrow strings (GH#64123)
- BUG: Fix to_datetime scalar out of bounds with unit (GH#60677)
- ERR: Better error message for convert_dtypes without pyarrow (GH#63745)
- DEPR: float_precision in read_csv
- BUG: error when summing string to `pa.large_string`-backed Series
- BUG: fix sort_index AssertionError with RangeIndex and level parameter
- BUG: Prevent DataFrame.to_sql() from overriding user-registered SQL
- Docs
- Python not yet supported