dsaxton
changed the title
QST: is the new behavior of Series.asof for None after v1.1.1 intended?
QST: is the new behavior of Series.astype for None after v1.1.1 intended?
Oct 7, 2020
dsaxton
changed the title
QST: is the new behavior of Series.astype for None after v1.1.1 intended?
REGR: change in Series.astype(str) behavior for None
Oct 7, 2020
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: