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 supported1150 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: Timedelta ISO parsing rejected hour/minute components with more than two digits (GH#48122)
- BUG: plotting empty subset onto existing time-series axis raises (GH-39705)
- BUG: concat with overlapping IntervalIndex keys/index raised InvalidIndexError
- BUG: refs not set in DataFrame constructor from Series/Index with dtype="str" (GH#63936)
- DOC: document array-like left_on/right_on in merge_asof (GH-41628)
- BUG: query/eval UndefinedVariableError on @local attribute of a class (GH-48694)
- BUG: replace with to_replace=Ellipsis raising TypeError (GH-50373)
- DOC: clarify that GroupBy.transform applies func column-by-column (GH-42907)
- ERR: clearer message for .at setitem with a non-scalar indexer (GH-51866)
- BUG: precise_xstrtod drops significant digits for leading-zero numbers
- Docs
- Python not yet supported