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: 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)
- TST: scalar setitem of tuple into object column (GH#26333)
- BUG: bar/barh plot raises on timedelta64 data containing NaT (GH-39320)
- BUG: prevent silent corruption of Index via .values/.array (GH#38547)
- Docs
- Python not yet supported