format column from string to numeric in python

35

df['DataFrame Column'] = df['DataFrame Column'].astype(int)

Comments

Submit
0 Comments