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 supported949 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: FutureWarning when splitting a dataframe using `np.split`
- BUG: to_latex() does not escape index name
- BUG: Incompatible dype warning when assigning boolean series with logical indexer
- DEPR: pd.concat special cases DatetimeIndex to sort even when sort=False
- ENH: `bool` upcast to `Int64`
- BUG: `sort_values` should have consistent behavior irrespective of the number of sort columns
- BUG: pd.merge has unexpected behaviour when joining on index / column
- BUG: pandas.tseries.offsets.Second() division
- BUG: Series attrs disappear after modifcation to the DataFrame that contains them.
- QST: The concept behind how hashes are combined in pandas?
- Docs
- Python not yet supported