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: to_json segfault on datetime/timedelta subclass without _creso (GH#65904)
- BUG: DataFrame.sum on overflowing timedelta64 silently saturates (GH#43178)
- BUG: PeriodIndex.from_fields silent corruption on mismatched lengths / NaN (GH#65921)
- BUG: Period.to_timestamp wrong unit for normalized freq (GH#63760)
- BUG: MultiIndex.get_locs wrong rows for list-like partial-string keys
- DEPR: warn for non-standard listlikes in numpy-dtype Series/Index arithmetic (GH#62423)
- BUG: merge key dtype differs between symmetric how='left'/how='right' calls
- DEPR: Deprecate misleading CachedAccessor alias
- Consider adding a changelog to track version history
- BUG: precise_xstrtod no longer loses digits for leading-zero numbers
- Docs
- Python not yet supported