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
+4-2
Original file line number
Diff line number
Diff line change
@@ -149,8 +149,8 @@ Bug Fixes
149
149
- Bug in ``GroupBy.get_group`` when grouping on multiple keys, one of which is categorical. (:issue:`10132`)
150
150
151
151
- Bug in ``DatetimeIndex`` and ``TimedeltaIndex`` names are lost after timedelta arithmetics ( :issue:`9926`)
152
-
153
-
152
+
- Bug in ``DataFrame`` construction from nested ``dict`` with ``datetime64`` (:issue:`10160`)
153
+
- Bug in ``Series`` construction from ``dict`` with ``datetime64`` keys (:issue:`9456`)
154
154
- Bug in `Series.plot(label="LABEL")` not correctly setting the label (:issue:`10119`)
155
155
156
156
- Bug in `plot` not defaulting to matplotlib `axes.grid` setting (:issue:`9792`)
@@ -170,5 +170,7 @@ Bug Fixes
170
170
- Bug where infer_freq infers timerule (WOM-5XXX) unsupported by to_offset (:issue:`9425`)
171
171
- 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`)
172
172
- Bug to handle masking empty ``DataFrame``(:issue:`10126`)
173
+
173
174
- Bug where MySQL interface could not handle numeric table/column names (:issue:`10255`)
175
+
174
176
- Bug in ``read_csv`` with a ``date_parser`` that returned a ``datetime64`` array of other time resolution than ``[ns]`` (:issue:`10245`).
0 commit comments