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 supported969 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: loc/iloc split-path 2D setitem with a list of 1-D arrays silently transposed (GH#64230)
- BUG: to_timedelta Day offset mixed with sub-second element (GH#64306)
- BUG: date_range with end off-offset and periods dropped a period for anchored offsets (GH#64834)
- BUG: Timedelta/to_timedelta raise bare OverflowError for inf/overflowing floats (GH#63275)
- BUG: PeriodIndex silently truncated out-of-bounds integer input (GH#64158)
- BUG: PeriodArray._from_sequence integer interpretation flipped by NA (GH#64227)
- BUG: DataFrame.idxmax/idxmin wrong row for nullable UInt64 with NA (GH#64478)
- BUG: setitem-with-expansion casting regressions from GH#62523
- BUG: tz_localize/tz_convert wrong for non-nanosecond resolution before 1677
- BUG: merge(sort=False) silently corrupts matches for extreme integer keys (GH#64148)
- Docs
- Python not yet supported