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 supported1142 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- ENH: When read_csv reports an error, include the column name and row number
- BUG: doing df.to_parquet and then reading it with pd.read_parquet causes KeyError
- BUG: Series created from pre-2.1 legacy pickles lose their names during .copy operations
- PERF: Brainstorming read_csv perf improvements
- BUG: `rank` gives incorrect outputs on Windows with PyArrow backend
- indexing with a `Categorical` of `Interval`s is inefficient
- BUG: `assert_series_equal` broken with `check_category_order=False` for arrays with null values
- ENH: String functions for df.aggregate()
- ENH: More compact printing of a DataFrame with MultiIndex columns
- BUG: `pd.api.types.is_string_dtype()` returns inconsistent results for Categorical series vs dtype
- Docs
- Python not yet supported