-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: IntervalIndex.unique() only contains the first interval if all interval borders are negative Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Interval Interval data type
BUG: Take method of NumpyExtensionArray now returns another extension array with the correct dtype. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug ExtensionArray Extending pandas with custom dtypes or arrays.
#62502 by aijams was merged Nov 16, 2025 Loading… updated Nov 16, 2025
5 tasks done
BUG: value_counts() check Index with PyArrow categorical columns Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Arrow pyarrow functionality Bug Categorical Categorical Data Type Stale
#60569 by meryadri was closed Jan 27, 2025 Loading… updated Jan 27, 2025
3 of 5 tasks
BUG: Fixed TypeError for Series.isin() when large series and values contains NA (#60678) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: Enable .mode to sort with NA values Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Needs Discussion Requires discussion from core team before further action
Backport PR #60701 on branch 2.3.x (TST(str dtype): Resolve xfail in test_value_counts.py) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Strings String extension data type and string data Testing pandas testing functions or related to the test suite
TST(str dtype): Resolve xfail in test_value_counts.py Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Strings String extension data type and string data Testing pandas testing functions or related to the test suite
Added a new parameter to value_counts to keep both counts and normalized values. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#60335 by Keramatfar was closed Dec 2, 2024 Loading… updated Dec 2, 2024
1 task
BUG: preserve (object) dtype in factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Dtype Conversions Unexpected or buggy dtype conversions
REGR: groupby.value_counts with all NA values Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Groupby Regression Functionality that used to work in a prior pandas version
API: value_counts to consistently maintain order of input Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API - Consistency Internal Consistency of API/Behavior
DOC: Improve sort parameter doc of DataFrameGroupBy.value_counts Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Docs Groupby
#59412 by KevsterAmp was closed Sep 7, 2024 Loading… updated Sep 7, 2024
5 tasks done
Add support for NumpyExtensionArray in pd.unique() Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
BUG fix deprecation of Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
limit and fill_method in pct_change Algos ENH: duplicated and drop_duplicates now accept keep kw Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Indexing Related to indexing on series/frames, not to indexes themselves
Backport PR #57058 on branch 2.2.x (BUG: Series.pct_change with empty Series) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
BUG: GroupBy.value_counts sorting order Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Groupby
BUG: value_counts not preserving object dtype Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Dtype Conversions Unexpected or buggy dtype conversions
#56187 by phofl was closed Dec 8, 2023 Loading… updated Dec 8, 2023
5 tasks
BUG: Fix rounding of percentile 99.999% to 100% Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.