Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Update describe.py Enhancement
#60986 by mdjaved24 was closed Mar 24, 2025 Loading…
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…
1 task
ENH: Option to return -inf/inf as lower/upper bound of quantiles, see… Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#22097 by dberenbaum was closed Jul 30, 2018 Loading…
3 of 4 tasks
ENH: drop_duplicates_index function to base series object. Enhancement Needs Discussion Requires discussion from core team before further action
#41868 by Omerdan03 was closed Oct 4, 2021 Loading…
4 tasks
ENH pandas-dev#60693: shift operations for Series and DataFrames Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#61540 by David-msggc was closed Jun 30, 2025 Loading…
5 tasks done
BUG: Fix json_normalize throwing AttributeError (#21608) Enhancement IO JSON read_json, to_json, json_normalize
#21611 by vuminhle was closed Oct 11, 2018 Loading…
3 of 4 tasks
implement maybe_wrap_in_index for EA Mixin dispatch Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#21715 by jbrockmendel was closed Jul 4, 2018 Loading…
ENH - GH:17160, DataFrame.pivot accepts a list of values Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#17339 by BBQHarvey was closed Nov 25, 2017 Loading…
4 tasks done
ENH: adding functionality to support 'skipdatarows' flag in read_csv to … Enhancement IO CSV read_csv, to_csv
#26172 by mukundm19 was closed Apr 21, 2019 Loading…
4 tasks done
Fixed describe.py Enhancement
#61024 by Abhibhav2003 was closed Mar 9, 2025 Loading…
ENH: Number formatting support for excel styles Code Style Code style, linting, code_checks Enhancement IO Excel read_excel, to_excel
#22015 by marknsikora was merged Jul 24, 2018 Loading…
4 tasks done
Make some attributes of DateOffset read-only; add tests Enhancement Performance Memory or execution speed performance
#17181 by jbrockmendel was closed Aug 30, 2017 Loading…
2 of 4 tasks
ENH: support 2D in DatetimeArray._from_sequence Enhancement Refactor Internal refactoring of code
#38021 by jbrockmendel was merged Dec 17, 2020 Loading… 1.3
feat: Add support for encoding parameter on read_excel Enhancement IO Excel read_excel, to_excel
#23448 by mau21mau was closed Dec 23, 2018 Loading…
4 tasks
ENH: column-wise DataFrame.fillna with Series/Dict value Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#38352 by arw2019 was closed Jul 11, 2021 Loading…
5 tasks done
ENH: add suffixes argument to compare Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#44365 by erfannariman was closed Feb 6, 2022 Loading…
2 of 4 tasks
ENH: Add engine keyword to expanding.apply to utilize Numba Enhancement Window rolling, ewma, expanding
#30937 by mroeschke was merged Jan 16, 2020 Loading…
5 tasks done
1.0.0
ENH: enable mul, div on Index by dispatching to Series Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#34160 by jbrockmendel was merged Aug 6, 2020 Loading…
3 of 5 tasks
1.2
ENH: Allow parameters method and min_periods in DataFrame.corrwith() Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#15573 by anthonyho was closed Aug 17, 2017 Loading…
4 tasks done
ENH: Allow quantile to accept an int Enhancement Resample resample method
#26350 by dsaxton was closed May 13, 2019 Loading…
ENH: Rolling window with step size (GH-15354) Enhancement Window rolling, ewma, expanding
#45735 by rtpsw was closed Feb 1, 2022 Loading…
3 of 4 tasks
BUG: Categorical.__setitem__ allows for tuple assignment Categorical Categorical Data Type Enhancement
#21412 by alysivji was closed Jul 16, 2018 Loading…
4 tasks done
ProTip! Exclude everything labeled bug with -label:bug.