Convert a column’s datatype November 2, 2018 df['column'] = df['column'].astype(float) # bool, float, int, str
Leave a Reply