Answers for "cannot convert series into int"

0

{TypeError("cannot convert the series to <class 'int'>")}

df['intage'] = df['age'].astype(int)
Posted by: Guest on July-05-2021
1

series to int

s.astype(int)
Posted by: Guest on March-09-2021

Code answers related to "cannot convert series into int"

Browse Popular Code Answers by Language