pandas icon indicating copy to clipboard operation
pandas copied to clipboard

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

Results 884 pandas issues
Sort by recently updated
recently updated
newest added

- [x] closes #61231 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ]...

- [x] closes #61521 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ]...

### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Needs Info
Warnings

### Pandas version checks - [x] I have checked that this issue has not already been reported. - [ ] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html)...

Bug
Needs Triage

as per PDEP-1 > The initial status of a PDEP will be Status: Draft. This will be changed to Status: Under discussion by the author(s), when they are ready to...

PDEP

Is it possible to implement method DataFrame.nsorted that equivalent to `df.sort_values(by=["col1", "col2"], ascending=[True, False]).head(k)`, but with time complexity O(n log k)? I know about `nlargest` and `nsmallest` methods but unfortunately...

Enhancement
Filters
Sorting

This uses the same logic as `pd.concat()`: Copy `attrs` only if all input `attrs` are identical. I've refactored the handling in __finalize__ from special-casing based on th the method name...

Reshaping
metadata

Note: this is only a draft, partial proposal. It already lists the main points of the proposal at a high level, but of course we need to add a lot...

PDEP
PDEP missing values

### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Strings
Needs Discussion
Upstream issue
Arrow

See #60154 We should add the build and fix the existing errors

Testing
CI
Dependencies
good first issue