convert a dataframe with a single dataframe, single column as string code example
Example: pandas change column to a string
total_rows['ColumnID'] = total_rows['ColumnID'].astype(str)
total_rows['ColumnID'] = total_rows['ColumnID'].astype(str)