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 supported971 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: read_csv raising for sep="\n" with a custom lineterminator (GH#51801)
- BUG: read_csv with engine="pyarrow" ignored skiprows when header is not None (GH#48507)
- DEPR: Timestamp.timestamp treating tz-naive as UTC (GH#50298)
- BUG: to_datetime returned category dtype for categorical input when the cache fired (GH#28629)
- Handle re.error in regex compilation and fix return
- ENH: Total (that is: sum or "margins") for value_counts()
- BUG avoid parallel read_csv with converters
- BUG: preserve dtype for empty DataFrame min/max axis=1
- BUG: Fix pd.concat producing invalid index for Int64Dtype with NAs (#62903)
- API: Add reduction methods to base `ExtensionArray`
- Docs
- Python not yet supported