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 supported969 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: date_range/bdate_range with periods drops entries for sparse CustomBusinessDay (GH#65604)
- BUG: DataFrame.loc setitem-with-expansion writes dict keys instead of aligned values (GH#42099)
- BUG: pivot_table margins corrupts distinct parameterized EA dtype values (GH#55484)
- BUG: unstack placed values under wrong labels for unsorted-codes MultiIndex (GH#65107)
- BUG: DataFrame.agg with list of funcs mishandles non-reduction methods (GH#65031)
- BUG: DatetimeIndex/TimedeltaIndex constructor pins a non-conforming freq (GH#65012)
- BUG: SparseArray.astype to int silently dropped NaT fill via Series.astype (GH#49631)
- BUG: date_range with end + periods and off-offset end returns invalid result (GH#65011)
- DEPR: read_feather
- BUG: Series/DataFrame constructor to honor unit of timedelta64 dtype for float input (GH#63499)
- Docs
- Python not yet supported