apache / arrow-julia

Official Julia implementation of Apache Arrow
https://arrow.apache.org/julia/
Other
283 stars 60 forks source link

Docs: add a note about using `copy()` to get a `DataFrame` where the columns are regular `Vector`s #487

Closed DilumAluthge closed 8 months ago

DilumAluthge commented 9 months ago

cc: @quinnj @bkamins

codecov-commenter commented 9 months ago

Codecov Report

Merging #487 (0286d0a) into main (95efe95) will decrease coverage by 0.22%. Report is 3 commits behind head on main. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #487      +/-   ##
==========================================
- Coverage   87.45%   87.23%   -0.22%     
==========================================
  Files          26       26              
  Lines        3283     3283              
==========================================
- Hits         2871     2864       -7     
- Misses        412      419       +7     

see 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

bkamins commented 8 months ago

Thank you!