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.16.2.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -161,4 +161,4 @@ Bug Fixes
161
161
- Bug in ``DataFrame.to_hdf()`` where table format would raise a seemingly unrelated error for invalid (non-string) column names. This is now explicitly forbidden. (:issue:`9057`)
162
162
- Bug to handle masking empty ``DataFrame``(:issue:`10126`)
163
163
- Bug where MySQL interface could not handle numeric table/column names (:issue:`10255`)
164
-
- Bug where ``read_csv`` and similar failed if making ``MultiIndex`` and ``date_parser`` returned ``datetime64`` array of other time resolution than ``[ns]``.
164
+
- Bug in ``read_csv`` with a ``date_parser`` that returned a ``datetime64`` array of other time resolution than ``[ns]`` (:issue:`10245`).
0 commit comments