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
- 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)
- TST: to_csv does not require escapechar for null byte (GH#47871)
- DOC: document CSV round-trip limitation with MultiIndex columns and unnamed index (GH#56929)
- TST: tz-aware grouper/map returning tz-naive (GH#57192)
- TST: cut Series with NaN and integer bins (GH#55684)
- TST: replace does not coerce np.nan to NaT (GH#48034)
- BUG: DataFrame constructor aliases index and columns when passed the same Index (GH#42934)
- BUG: DataFrame.__setitem__ silently dropping columns of a 2D value (GH#46544)
- Docs
- Python not yet supported