convert dataset column elements to string python code example Example: pandas - from umeric to string df['A'] = df['A'].apply(str)