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 supported1149 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: prevent silent corruption of Index via .values/.array (GH#38547)
- DOC: document CSV round-trip limitation with MultiIndex columns and unnamed index (GH#56929)
- TST: tz-aware grouper/map returning tz-naive (GH#57192)
- 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)
- BUG: DataFrame constructor with a list-like dataclass (GH#41682)
- BUG: DataFrame repr honors display.width with max_columns=0 (GH#21337)
- PERF: serialize tz-aware datetime to_json from datetime64, fix Series ISO "Z"
- BUG: Series.combine_first incorrectly handles duplicate indices instead of raising ValueError
- BUG: harden JSON datetime/timedelta serialization against crashes
- Docs
- Python not yet supported