pandas读取csv整数带小数点 2020-12-05 本文已影响0人 frankie_cheung 读取csv整数带小数点 处理方式: df = pd.read_csv('{}.csv'.format(csv_name),dtype=object) 加上:dtype=object