convert string to int values in pandas dataframe code example Example: make string numeric pandas df['DataFrame Column'] = df['DataFrame Column'].astype(int)