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