File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ Enhancements
136136Performance
137137~~~~~~~~~~~
138138- 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`)
141141
142142
143143
@@ -195,8 +195,7 @@ Bug Fixes
195195- Bug in ``.loc`` with a list of indexers on a single-multi index level (that is not nested) (:issue:`7349`)
196196- Bug in ``Series.map`` when mapping a dict with tuple keys of different lengths (:issue:`7333`)
197197- 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`).
200199- Bug where a string column name assignment to a ``DataFrame`` with a
201200 ``Float64Index`` raised a ``TypeError`` during a call to ``np.isnan``
202201 (:issue:`7366`).
You can’t perform that action at this time.
0 commit comments