Pandas mengubah kolom ke string

total_rows['ColumnID'] = total_rows['ColumnID'].astype(str)
Embarrassed Elk