Python - Pandas DataFrame - Convert string column into integer column

df['DataFrame Column'] = df['DataFrame Column'].astype(int)

Comments