File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -681,6 +681,7 @@ Categorical
681
681
same type as if one used the :meth: `.str. ` / :meth: `.dt. ` on a :class: `Series ` of that type. E.g. when accessing :meth: `Series.dt.tz_localize ` on a
682
682
:class: `Categorical ` with duplicate entries, the accessor was skipping duplicates (:issue: `27952 `)
683
683
- Bug in :meth: `DataFrame.replace ` and :meth: `Series.replace ` that would give incorrect results on categorical data (:issue: `26988 `)
684
+ - Bug where calling :meth: `Categorical.min ` or :meth: `Categorical.max ` on an empty Categorical would raise a numpy exception (:issue: `30227 `)
684
685
685
686
686
687
Datetimelike
797
798
- Bug in :func: `read_json ` where default encoding was not set to ``utf-8 `` (:issue: `29565 `)
798
799
- Bug in :class: `PythonParser ` where str and bytes were being mixed when dealing with the decimal field (:issue: `29650 `)
799
800
- :meth: `read_gbq ` now accepts ``progress_bar_type `` to display progress bar while the data downloads. (:issue: `29857 `)
800
- - Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue: '30299 ')
801
+ - Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue: '30163 ')
801
802
802
803
Plotting
803
804
^^^^^^^^
@@ -862,7 +863,7 @@ ExtensionArray
862
863
863
864
- Bug in :class: `arrays.PandasArray ` when setting a scalar string (:issue: `28118 `, :issue: `28150 `).
864
865
- Bug where nullable integers could not be compared to strings (:issue: `28930 `)
865
- -
866
+ - Bug where :class: ` DataFrame ` constructor raised ValueError with list-like data and `` dtype `` specified ( :issue: ` 30280 `)
866
867
867
868
868
869
Other
You can’t perform that action at this time.
0 commit comments