Dask: cannot safely cast non-equivalent float64 to int64 but with only object and int64 columns

前端 未结 0 1293
北海茫月
北海茫月 2021-02-13 06:36

I Try to read and work on a CSV with 60 columns (150MB) doing:

 df = dataframe.read_csv(
            path,
            **dialect,
            dtype=dtype,
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题