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
Original file line number
Diff line number
Diff line change
@@ -320,3 +320,4 @@ Bug Fixes
320
320
- Bug in ``.describe()`` resets categorical columns information (:issue:`11558`)
321
321
- Bug where ``loffset`` argument was not applied when calling ``resample().count()`` on a timeseries (:issue:`12725`)
322
322
- ``pd.read_excel()`` now accepts path objects (e.g. ``pathlib.Path``, ``py.path.local``) for the file path, in line with other ``read_*`` functions (:issue:`12655`)
323
+
- ``pd.read_excel()`` now accepts column names associated with keyword argument ``names``(:issue `12870`)
0 commit comments