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
BUG: GH9456/10160 in Series/DataFrame construction from datetime64 dict
BUG: GH9456/10160 in Series/DataFrame construction from datetime64 dict
Added _dict_compat to deal with datetime64-keyed dict
BUG: GH9456 Series construction from dict with datetime64 keys
BUG: GH10160 DataFrame construction from nested dict with datetime64 index
removed import
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.2.txt
+6
Original file line number
Diff line number
Diff line change
@@ -160,4 +160,10 @@ Bug Fixes
160
160
- Bug where infer_freq infers timerule (WOM-5XXX) unsupported by to_offset (:issue:`9425`)
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
164
- Bug where MySQL interface could not handle numeric table/column names (:issue:`10255`)
165
+
166
+
- Bug in ``DataFrame`` construction from nested ``dict`` with ``datetime64`` (:issue:`10160`)
167
+
168
+
- Bug in ``Series`` construction from ``dict`` with ``datetime64`` keys (:issue:`9456`)
0 commit comments