REGR: change in Series.astype(str) behavior for None #36904
Labels
Regression
Functionality that used to work in a prior pandas version
Strings
String extension data type and string data
Milestone
Question about pandas
Let's say we have a
Series
withNone
like the below.the last value is
None
, but it is casted tonan
after usingastype
withstr
parameter.Is it intended behavior in pandas 1.1.1. ??
Thanks :)
The text was updated successfully, but these errors were encountered: