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 supported950 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: `date_range` `inclusive` parameter behavior doesn't match interval notation when `start == end`
- ENH: Improve Filter function with Filter_Columns and Filter_Rows
- ENH: Allow selection with multi index subset matching names
- ENH: Respect observed=False in groupby for non-categoricals
- REGR: groupby.transform with a UDF performance
- ENH: Series.reset_index() should support "names" argument just like DataFrame.reset_index() does
- ENH: Support for list of formats in pd.to_datetime()
- BUG: `read_csv()` silently ignores out-of-range integers
- ENH: Export (a subset of?) pandas._typing for type checking
- ENH: Auto-detect text encoding to avoid UnicodeDecodeErrors
- Docs
- Python not yet supported