data['ColumnID'] = data['ColumnID'].astype(str) # convert column "a" of a DataFrame df["a"] = pd.to_numeric(df["a"])