xorbitsai / xorbits

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

FEAT: support loading zip file for read_parquet #662

Closed YibinLiu666 closed 1 year ago

YibinLiu666 commented 1 year ago

What do these changes do?

Related issue number

Fixes #xxxx

Check code requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #662 (4a2261e) into main (1c49e45) will decrease coverage by 0.95%. The diff coverage is 85.08%.

@@            Coverage Diff             @@
##             main     #662      +/-   ##
==========================================
- Coverage   93.57%   92.62%   -0.95%     
==========================================
  Files        1026     1026              
  Lines       79839    79922      +83     
  Branches    16564    16593      +29     
==========================================
- Hits        74706    74026     -680     
- Misses       3455     4222     +767     
+ Partials     1678     1674       -4     
Flag Coverage Δ
unittests 92.52% <85.08%> (-0.95%) :arrow_down:

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

Files Changed Coverage Δ
...xorbits/_mars/dataframe/datasource/read_parquet.py 94.13% <85.08%> (-2.96%) :arrow_down:

... and 39 files with indirect coverage changes

aresnow1 commented 1 year ago

Could you give an example to show how it works now for issues in #623