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: 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: 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"
- BUG: regression in master for DataFrame.sparse.from_spmatrix
- ENH: Extend to_numeric to Convert Hexadecimal, Octal, and Binary Strings with Prefixes
- BUG: ValueError when accessing dataFrame with array attribute
- Docs
- Python not yet supported