File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ Bug fixes
47
47
48
48
Other
49
49
~~~~~
50
- - Bug in :class: `Index ` where creating or converting to numpy string dtypes would raise ``NotImplementedError `` (:issue: `50127 `)
51
50
- :class: `DataFrame ` created from empty dicts had :attr: `~DataFrame.columns ` of dtype ``object ``. It is now a :class: `RangeIndex ` (:issue: `52404 `)
52
51
- :class: `Series ` created from empty dicts had :attr: `~Series.index ` of dtype ``object ``. It is now a :class: `RangeIndex ` (:issue: `52404 `)
52
+ - Bug in :class: `Index ` where creating or converting to numpy string dtypes would raise ``NotImplementedError `` (:issue: `50127 `)
53
53
- Implemented :meth: `Series.str.split ` and :meth: `Series.str.rsplit ` for :class: `ArrowDtype ` with ``pyarrow.string `` (:issue: `52401 `)
54
54
- Implemented most ``str `` accessor methods for :class: `ArrowDtype ` with ``pyarrow.string `` (:issue: `52401 `)
55
55
You can’t perform that action at this time.
0 commit comments