Series constructor with missing values and int dtype fails or passes depending on data type #22585
Labels
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Dtype Conversions
Unexpected or buggy dtype conversions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
I'm not sure what the expected behavior is, but these should match
and when
data
is an array, we end up with float dtype.The text was updated successfully, but these errors were encountered: