xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.io
Apache License 2.0
1.06k stars 67 forks source link

BUG: Fix read_csv with index_col #736

Closed codingl2k1 closed 9 months ago

codingl2k1 commented 9 months ago

What do these changes do?

Related issue number

Fixes https://github.com/xorbitsai/xorbits/issues/735

Check code requirements

codecov[bot] commented 9 months ago

Codecov Report

Merging #736 (51bfe12) into main (771858d) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #736   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files        1026     1026           
  Lines       79548    79549    +1     
  Branches    16488    16487    -1     
=======================================
+ Hits        74412    74416    +4     
+ Misses       3453     3449    -4     
- Partials     1683     1684    +1     
Flag Coverage Δ
unittests 93.44% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...hon/xorbits/_mars/dataframe/datasource/read_csv.py 84.82% <100.00%> (+0.96%) :arrow_up:

... and 12 files with indirect coverage changes