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