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: union(sort=False) retained freq on non-monotonic datetimelike result (GH#65191)
- 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: allow command sequence for cython
- BUG: IntervalArray hashing nondeterministic across processes (GH#64605)
- BUG: Series/DataFrame constructor to honor unit of timedelta64 dtype for float input (GH#63499)
- Docs
- Python not yet supported