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
- BUG: `Styler.map_index()` breaks command-query separation by mutating AND returning the Styler
- BUG: df.to_json causes low precision in floats
- BUG: CoW does not seem to work on an index with duplicated labels
- BUG: Wrong timestamp resolution when parsing timestamp string with comma separated milliseconds
- BUG: Pandas squashes 1-dimensional Numpy array with shape (1,) down to a 0-dimensional array
- ENH: Consistent API between `pd.get_dummies()` and `Series.str.get_dummies()`
- BUG: AttributeError about dateutil.relativedelta when calling pd.read_json(json_data)
- ENH: Replacing behavior currently provided by pandas.to_numeric using errors="ignore"
- BUG: unexpected behavior when Loading lines like "\""\t"a"
- BUG: reindex with level specified does not expand data
- Docs
- Python not yet supported