Closed
Description
Deprecations in 1.5 on Series.astype()
revealed that we have to work on that method.
See #227 (comment)
Ideally, things like s.astype(int)
and s.astype("int")
would both return Series[int]
. Have to deal with each of the possible types, as well as the possible strings.
Metadata
Metadata
Assignees
Labels
No labels