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

BUG: Fix groupby observed=True when aggregating a column Bug Categorical Categorical Data Type Groupby
#24412 by Koustav-Samaddar was merged Dec 31, 2018 Loading…
4 tasks done
0.24.0
Add fix to raise error when category value 'x' is not predefined but is assigned through df.loc[..]=x Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#34011 by chrispe was closed Oct 4, 2021 Loading…
4 tasks done
BUG: CategoricalIndex.get_indexer issue with NaNs (#45361) Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#45373 by Shashank-Shet was merged Jan 28, 2022 Loading…
2 of 4 tasks
BUG: Fix Categorical use_inf_as_na bug Bug Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#33629 by dsaxton was merged Apr 27, 2020 Loading…
5 tasks done
1.0.4
PERF: add method Categorical.__contains__ Categorical Categorical Data Type Performance Memory or execution speed performance
#21508 by topper-123 was merged Jun 20, 2018 Loading…
6 tasks done
0.24.0
BUG/DEPR: deprecate Categorical take default behaviour + fix Series[categorical].take Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#20841 by TomAugspurger was merged Apr 30, 2018 Loading… 0.23.0
BUG: Fix IntervalIndex.insert to allow inserting NaN Bug Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#18300 by jschendel was merged Nov 25, 2017 Loading…
4 tasks done
0.23.0
BUG: list-like to_replace on Categorical.replace is ignored or crash Categorical Categorical Data Type Regression Functionality that used to work in a prior pandas version
#31734 by JustinZhengBC was merged Feb 17, 2020 Loading…
5 tasks done
1.0.2
Fix GroupBy nth Handling with Observed=False Categorical Categorical Data Type Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#26419 by WillAyd was merged Aug 20, 2019 Loading…
3 tasks done
0.25.1
BUG: preserve categorical & sparse types when grouping / pivot & preserve dtypes on ufuncs Bug Categorical Categorical Data Type ExtensionArray Extending pandas with custom dtypes or arrays. Groupby Sparse Sparse Data Type
#26550 by jreback was closed Jun 27, 2019 Loading… 0.25.0
BUG: Merge on CategoricalIndex fails if left_index=True & right_index=True, but not if on={index} #28189 Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#28296 by hugoecarl was closed Dec 17, 2019 Loading…
5 tasks done
FIX: REGR: setting numeric value in Categorical Series with enlargement raise internal error Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#47751 by CloseChoice was closed Aug 16, 2022 Loading…
5 tasks done
BUG: fix json segfaults Bug Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions IO JSON read_json, to_json, json_normalize Timezones Timezone data dtype
#12802 by Komnomnomnom was closed Apr 26, 2016 Loading…
6 tasks done
0.18.1
CLN: Removed levels attribute from Categorical Categorical Categorical Data Type Deprecate Functionality to remove in pandas
#13612 by gfyoung was closed Jul 15, 2016 Loading… 0.19.0
REF: Compute complete result_index upfront in groupby Bug Categorical Categorical Data Type Groupby Refactor Internal refactoring of code
#55738 by rhshadrach was merged Feb 7, 2024 Loading…
11 tasks done
3.0
BUG-19214 int categoricals are formatted as ints Categorical Categorical Data Type Output-Formatting __repr__ of pandas objects, to_string
#24494 by JustinZhengBC was merged Jan 5, 2019 Loading…
4 tasks done
0.24.0
DEPR: Deprecate ordered=None for CategoricalDtype Categorical Categorical Data Type Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions
#26403 by jschendel was merged Jul 3, 2019 Loading…
4 tasks done
0.25.0
TYPING: Partial typing of Categorical Categorical Categorical Data Type Typing type annotations, mypy/pyright type checking
#27318 by topper-123 was merged Jul 25, 2019 Loading… 1.0.0
BUG: make tz_localize operate on values rather than categories Categorical Categorical Data Type Datetime Datetime data dtype
#28300 by MarcoGorelli was merged Nov 2, 2019 Loading…
5 tasks done
1.0.0
PERF: __contains__ method for Categorical Categorical Categorical Data Type Performance Memory or execution speed performance
#21022 by fjetter was closed Jun 19, 2018 Loading…
4 tasks done
BUG: Properly read Categorical msgpacks Categorical Categorical Data Type
#14918 by gfyoung was merged Dec 21, 2016 Loading… 0.20.0
Rename categories with Series Categorical Categorical Data Type Performance Memory or execution speed performance
#17982 by TomAugspurger was merged Oct 26, 2017 Loading… 0.21.0
BUG: Accept dict or Series in fillna for categorical Series Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#18293 by reidy-p was merged Nov 22, 2017 Loading…
3 of 4 tasks
0.23.0
BUG: Fix groupby sorting on ordered Categoricals (GH25871) Bug Categorical Categorical Data Type Groupby
#25908 by kpflugshaupt was merged Apr 5, 2019 Loading…
4 tasks done
0.25.0
BUG: df.sort_values() not respecting na_position with categoricals #22556 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Categorical Categorical Data Type
#22640 by staftermath was merged Oct 18, 2018 Loading…
4 tasks done
0.24.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.