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 supported1146 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: to_hdf to a key deletes nested keys stored beneath it (GH-17267)
- WARN: read_hdf nested OR query may hit PyTables index bug (GH#50598)
- BUG: assert_series_equal forwards check_exact/rtol/atol to assert_extension_array_equal
- BUG: assert_frame_equal forwards check_exact/rtol/atol/check_categorical in by_blocks path
- BUG: assert_index_equal forwards params in CategoricalIndex categories recursion
- BUG: assert_interval_array_equal forwards exact parameter to left/right comparison
- PERF: implement pairwise two-pass with xsimd to reduce moments
- BUG: assert_series_equal ignores check_series_type=False for ndarray subclass-backed Series on exact comparison path
- DOC: Clarify passed function usage for DataFrame.agg and Series.agg
- BUG: `DataFrame.to_dict(orient="index", into=...)` does not apply `into` to nested mappings
- Docs
- Python not yet supported