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 supported1156 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: convert_dtypes(dtype_backend="numpy_nullable") returns pyarrow-storage StringDtype
- doc: fix missing backslashes in LaTeX commands in EWModule docstrings
- PERF: parse read_csv integers with fast_float::from_chars
- DOC: Fix Series.str.zfill docstring incorrectly stating it differs from str.zfill
- DOC: Fix docs for the BusinessDay constructor
- PERF: speed up RLE/RDC decompression in read_sas (GH#47339)
- PERF: walk SAS page subheader pointers in Cython (GH#47339)
- PERF: build read_sas string columns as pyarrow arrays directly (GH#47339)
- BUG: Preserve parent index in Series.dt.to_pydatetime() (#66443)
- CI: restore actions:write for cache cleanup workflow
- Docs
- Python not yet supported