0
JPJavier Pacheco
This code sets the value of df['column'] to the string 'column'.
0 Comments
import pandas as pd df['column'] = df['column'].astype(str)