Series.str.cat() with NaN in series returns NaN, rather than ignoring NaN #11435
Labels
API Design
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Strings
String extension data type and string data
Milestone
I find this surprising as the rest of the pandas
Series.str.*
API ignores NaN values.I think this should return
The text was updated successfully, but these errors were encountered: