df['DataFrame Column'] = df['DataFrame Column'].astype(int)
df['DataFrame Column'] = pd.to_numeric(df['DataFrame Column'],errors='coerce')