Creating series with multiindex from dict with tuple keys with None #18505
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
Code Sample
Problem description
s1
has MultiIndex whiles2
has Index of tuple just because the second element of thedata2
hasNone
as the first element of the key tuple.Is this a bug? or is this how it's supposed to be?
FYI, both of
mi1
andmi2
below yield MultiIndex as I expect.The text was updated successfully, but these errors were encountered: