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
- API: equals tolerant of datetimelike resolution mismatch at EA level
- BUG: concat with keys mixing a single Index and a MultiIndex raised AssertionError
- BUG: sort_values/argsort with ascending=None or integer (GH-41318)
- BUG: query/eval datetime ==/in against a date string returned wrong results
- BUG: Fix merge with NaN-labeled join key producing duplicate columns
- TST: add regression test and whatsnew for GH#63078 (MultiIndex datetime64[ns] pickle)
- DOC: clarify sort_values determinism
- BUG: fix DataFrame.duplicated() when no columns or subset=[] (GH#61191)
- CI: Fix Minimum Versions segfault (Python 3.11.0) and pyodide wheel cleanup
- TST: x-axis labels for irregular sub-ms TimedeltaIndex plot (GH#18910)
- Docs
- Python not yet supported