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: read_json from binary/S3 stream with chunksize (GH#47659)
- TST: .loc on MultiIndex with inf-bounded IntervalIndex level (GH#46699)
- PERF: serialize tz-aware datetime to_json from datetime64, fix Series ISO "Z"
- TST: read_json preserves precision of big-int string columns (GH#44684)
- BUG: Series.combine_first incorrectly handles duplicate indices instead of raising ValueError
- BUG: harden JSON datetime/timedelta serialization against crashes
- DEPR: by_blocks in tm.assert_frame_equal
- BUG: consistency with R in NA handling for categoricals comparisons (with strings)
- PERF: vectorize PeriodIndex.from_fields
- PERF: vectorize is_range_indexer and is_sequence_range scans
- Docs
- Python not yet supported