File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ Enhancements
136
136
Performance
137
137
~~~~~~~~~~~
138
138
- Improvements in dtype inference for numeric operations involving yielding performance gains for dtypes: ``int64``, ``timedelta64``, ``datetime64`` (:issue:`7223`)
139
- - Improvements in Series.transform for signifcant performance gains (:issue`6496`)
140
- - Improvements in DataFrame.transform with ufuncs and built-in grouper functions for signifcant performance gains (:issue`7383`)
139
+ - Improvements in Series.transform for significant performance gains (:issue: `6496`)
140
+ - Improvements in DataFrame.transform with ufuncs and built-in grouper functions for signifcant performance gains (:issue: `7383`)
141
141
142
142
143
143
@@ -195,8 +195,7 @@ Bug Fixes
195
195
- Bug in ``.loc`` with a list of indexers on a single-multi index level (that is not nested) (:issue:`7349`)
196
196
- Bug in ``Series.map`` when mapping a dict with tuple keys of different lengths (:issue:`7333`)
197
197
- Bug all ``StringMethods`` now work on empty Series (:issue:`7242`)
198
- - Fix delegation of `read_sql` to `read_sql_query` when query does not contain
199
- 'select' (:issue:`7324`).
198
+ - Fix delegation of `read_sql` to `read_sql_query` when query does not contain 'select' (:issue:`7324`).
200
199
- Bug where a string column name assignment to a ``DataFrame`` with a
201
200
``Float64Index`` raised a ``TypeError`` during a call to ``np.isnan``
202
201
(:issue:`7366`).
You can’t perform that action at this time.
0 commit comments