#attempt to convert 'rebounds' column from float to integer df['rebounds'] = df['rebounds'].astype(int) ValueError: cannot convert float NaN ...
確定! 回上一頁