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 supported1156 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: fix str.split/rsplit with pat=None on ArrowDtype leaving empty whitespace tokens (#66368)
- DOC: Black text appears in dark mode, insufficient contrast
- BUG: Fix str.split on categorical dtype returning string lists (#66341)
- DOC: enhance contrast for gs-data-list background and text colors
- BUG: Preserve sequence name during fancy indexing for Series subclasses with custom _metadata (#61491)
- fix: Fix for the csv.read of nan values
- BUG: A test_to_datetime.py test fails on Python 3.15
- BUG: Rewrite handling for flags and case
- BLD: honor numpy-include-dir meson property when cross-compiling (GH#55305)
- BUG: fix ASCII (re.A) flag being overridden by re.U in str.match (#66348)
- Docs
- Python not yet supported