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 supported966 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: eval and query ignore empty local_dict and global_dict
- Backport PR #47078 on branch 1.4.x (REGR: Raise NotImplementedError for agg with axis=1 and multiple funcs)
- TST: Added test for bug Reindexing pd.Float64Dtype() series gives runtime warnings when passed to np.log
- ENH: move SpecificationError to error/__init__.py
- BUG: Cannot read pickle generate_legacy_storage_files version 1.4.2 under environment pandas version 1.5.0 (incompatibilites issue)
- BUG: Eval scopes ignoring empty dictionaries (#47084)
- REF: Add Manager.column_setitem to set values into a single column (without intermediate series)
- CI: mypy&pyright in manual pre-commit stage
- ENH: liboffsets support non-nano
- REF: Manager.fast_xs to return SingleBlockManager instead of array
- Docs
- Python not yet supported