You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.1.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ These changes conform sparse handling to return the correct types and work to ma
266
266
267
267
``SparseArray.take`` now returns a scalar for scalar input, ``SparseArray`` for others. Furthermore, it handles a negative indexer with the same rule as ``Index`` (:issue:`10560`, :issue:`12796`)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -974,6 +974,7 @@ Deprecations
974
974
- The methods :meth:`DataFrame.update` and :meth:`Panel.update` have deprecated the ``raise_conflict=False|True`` keyword in favor of ``errors='ignore'|'raise'`` (:issue:`23585`)
975
975
- Deprecated the `nthreads` keyword of :func:`pandas.read_feather` in favor of
976
976
`use_threads` to reflect the changes in pyarrow 0.11.0. (:issue:`23053`)
977
+
- :func:`pandas.read_excel` has deprecated accepting ``usecols`` as an integer. Please pass in a list of ints from 0 to ``usecols`` inclusive instead (:issue:`23527`)
977
978
- Constructing a :class:`TimedeltaIndex` from data with ``datetime64``-dtyped data is deprecated, will raise ``TypeError`` in a future version (:issue:`23539`)
@@ -1302,6 +1303,7 @@ Notice how we now instead output ``np.nan`` itself instead of a stringified form
1302
1303
- :func:`read_excel()` will correctly show the deprecation warning for previously deprecated ``sheetname`` (:issue:`17994`)
1303
1304
- :func:`read_csv()` and func:`read_table()` will throw ``UnicodeError`` and not coredump on badly encoded strings (:issue:`22748`)
1304
1305
- :func:`read_csv()` will correctly parse timezone-aware datetimes (:issue:`22256`)
1306
+
- Bug in :func:`read_csv()` in which memory management was prematurely optimized for the C engine when the data was being read in chunks (:issue:`23509`)
1305
1307
- :func:`read_sas()` will parse numbers in sas7bdat-files that have width less than 8 bytes correctly. (:issue:`21616`)
1306
1308
- :func:`read_sas()` will correctly parse sas7bdat files with many columns (:issue:`22628`)
1307
1309
- :func:`read_sas()` will correctly parse sas7bdat files with data page types having also bit 7 set (so page type is 128 + 256 = 384) (:issue:`16615`)
0 commit comments