API: downcating on fillna no-ops intentional? · Issue #45423 · pandas-dev/pandas (original) (raw)

ser = pd.Series([1, 2, 3], dtype=object)

ser.fillna(4).dtype dtype('int64')