removed whatsnew entry again · pandas-dev/pandas@7a35624 (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -84,7 +84,6 @@ 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`) | |
88 | 87 | |
89 | 88 | |
90 | 89 | Numeric |