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 supported1094 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: Series.mul silently returns wrong values with `UInt8` dtype when overflowing the max value range
- 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
- BUG: read_sql tries to convert blob/varbinary to string with pyarrow backend
- ENH: Consistent API between `pd.get_dummies()` and `Series.str.get_dummies()`
- BUG: json_normalize KeyError Key not found
- BUG: AttributeError about dateutil.relativedelta when calling pd.read_json(json_data)
- BUG: SQL connection
- ENH: Replacing behavior currently provided by pandas.to_numeric using errors="ignore"
- BUG: unexpected behavior when Loading lines like "\""\t"a"
- Docs
- Python not yet supported