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: add reference entries for pandas.tseries.holiday
- BUG: Series constructor RecursionError with dict-like ExtensionDtype na_value (GH#41377)
- BUG: hash_pandas_object gave different hashes for equal floats (GH#28363)
- BUG: do not use numexpr 2.14.1, which can silently return wrong results (GH#65408)
- BUG: read_csv sep engine fallback used the filesystem encoding (GH#46456)
- CI: Update pixi.lock
- REF: remove Series._constructor_expanddim_from_mgr (GH#56681)
- REF: make DateOffset the base class again, drop OffsetMeta (GH#48262)
- DOC: clarify missing value handling in factorize docstring when use_na_sentinel is False
- BUG: object-dtype reductions silently converting non-numbers (GH#34671)
- Docs
- Python not yet supported