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 supported961 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- ENH: The row and column indexing mechanism of your dataframe is inefficient, leading to errors and unnecessary time consumption
- BUG: setting item to iterable with .at fails when column doesn't exist or has wrong dtype
- ENH: Add ignore_empty and ignore_all_na arguments to pd.concat
- ENH: Consistent NA handling in `unique()`, and `nunique()`
- BUG: DataFrame.min with skipna=True raises TypeError when column contains np.nan and datetime.date
- BUG: Boolean selection edge case.
- BUG: Performance issue with fillna() after merging DataFrames
- BUG: Inconsistency when converting week PeriodIndex into DatetimeIndex with astype("datetime64[ns]")
- BUG: DataFrame.dtypes.to_json OverflowError: Maximum recursion level reached
- BUG: pd.read_csv() on empty files should give an empty dataframe pd.DataFrame()
- Docs
- Python not yet supported