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 supported971 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: comma read as a decimal separator silently corrupts parsed dates (GH#17265)
- BUG: MultiIndex reports the wrong problem for an over-long key (GH#45762)
- BUG preserve missing values in MultiIndex level joins
- BUG: astype/construction from float to datetime64 is an unchecked narrowing
- BUG: DataFrame.clip with an extension-dtype array/Index bound degrades to object
- BUG: DataFrame.isetitem with an out-of-order loc corrupted the block structure
- BUG: groupby(observed=False) with dropped NA keys raised IndexError or misordered groups
- BUG infer StringArray ufunc result dtype
- BUG: DataFrame.agg with a list of funcs rounds uint64 results (GH#65031)
- BUG: Rolling/Expanding skew and kurt wrong on data with a large shared offset
- Docs
- Python not yet supported