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
+1
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,7 @@ Other API Changes
283
283
- The Categorical constructor no longer accepts a scalar for the ``categories`` keyword. (:issue:`16022`)
284
284
- Accessing a non-existent attribute on a closed :class:`~pandas.HDFStore` will now
285
285
raise an ``AttributeError`` rather than a ``ClosedFileError`` (:issue:`16301`)
286
+
- :func:`read_csv` now issues a ``UserWarning`` if the ``names`` parameter contains duplicates (:issue:`17095`)
286
287
- :func:`read_csv` now treats ``'null'`` strings as missing values by default (:issue:`16471`)
287
288
- :func:`read_csv` now treats ``'n/a'`` strings as missing values by default (:issue:`16078`)
288
289
- :class:`pandas.HDFStore`'s string representation is now faster and less detailed. For the previous behavior, use ``pandas.HDFStore.info()``. (:issue:`16503`).
0 commit comments