Панды изменить столбец на строку

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