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 supported973 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- DOC: startingMonth is the ending month for the *End quarter/half-year offsets
- REF: make DateOffset the base class again, drop OffsetMeta (GH#48262)
- BUG: tm.assert_* raised TypeError comparing zero-dim duck-array scalars (GH#45240)
- BUG: read_csv ignored encoding for binary buffers without a mode (GH#52252)
- PERF: reduce memory reserved during numeric inference (GH#35051)
- TST: tz preserved when plotting tz-aware column on the y-axis (GH#26676)
- DOC: clarify missing value handling in factorize docstring when use_na_sentinel is False
- BUG: object-dtype reductions silently converting non-numbers (GH#34671)
- ENH: clearer error for duplicate MultiIndex level values (GH#19432)
- BUG: assert_* first-diff line did not quote strings (GH#37488)
- Docs
- Python not yet supported