First on is using astype method. df['DataFrame Column'] = df['DataFrame Column'].astype(float). Second method is using to_numeric.
確定! 回上一頁