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 supported986 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- ENH: Add support for groupby.ohlc for ea dtypes
- REF: avoid internals in merge code
- BUG: pd.cut creates NaNs instead of expected bins for Timestamps. Behaviour is DIFFERENT for list and Series, with IntervalIndex and DatetimeIndex
- ENH: alleviate issues with inconsistent multi-level joining on a 0-column merge table
- ENH: Add axis parameter to add_prefix and add_suffix
- ENH: add `regex=False` option to pandas.Series.str.match and fullmatch (like in str.contains)
- ENH: Support mask in GroupBy.cumsum
- ENH: Avoid casting to int64/uint64 for GroupBy.sum and others before calling cython functions
- TST: Check dtype in test_resample_empty_dataframe
- TST: Address test warnings
- Docs
- Python not yet supported