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.21.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,7 @@ Other API Changes
293
293
- :func:`Series.argmin` and :func:`Series.argmax` will now raise a ``TypeError`` when used with ``object`` dtypes, instead of a ``ValueError`` (:issue:`13595`)
294
294
- :class:`Period` is now immutable, and will now raise an ``AttributeError`` when a user tries to assign a new value to the ``ordinal`` or ``freq`` attributes (:issue:`17116`).
295
295
- :func:`to_datetime` when passed a tz-aware ``origin=`` kwarg will now raise a more informative ``ValueError`` rather than a ``TypeError`` (:issue:`16842`)
296
+
- Renamed non-functional ``index`` to ``index_col`` in :func:`read_stata` to improve API consistency (:issue:`16342`)
296
297
297
298
298
299
.. _whatsnew_0210.deprecations:
@@ -370,6 +371,7 @@ I/O
370
371
- Bug in :func:`read_csv` when called with ``low_memory=False`` in which a CSV with at least one column > 2GB in size would incorrectly raise a ``MemoryError`` (:issue:`16798`).
371
372
- Bug in :func:`read_csv` when called with a single-element list ``header`` would return a ``DataFrame`` of all NaN values (:issue:`7757`)
372
373
- Bug in :func:`read_stata` where value labels could not be read when using an iterator (:issue:`16923`)
374
+
- Bug in :func:`read_stata` where the index was not set (:issue:`16342`)
373
375
- Bug in :func:`read_html` where import check fails when run in multiple threads (:issue:`16928`)
0 commit comments