added back whatsnew change · pandas-dev/pandas@2ec60a6 (original) (raw)

Original file line number Diff line number Diff line change
@@ -84,6 +84,7 @@ Reshaping
84 84 - Bug in ``DataFrame.stack`` with unsorted levels in MultiIndex columns (:issue:`16323`)
85 85 - Bug in ``pd.wide_to_long()`` where no error was raised when ``i`` was not a unique identifier (:issue:`16382`)
86 86 - Bug in ``Series.isin(..)`` with a list of tuples (:issue:`16394`)
87 +- Bug in ``maybe_infer_to_datetimelike()`` in ``core.dtypes.cast`` where result was not reshaped in all cases (:issue:`16395`)
87 88
88 89
89 90 Numeric