queryverse / CSVFiles.jl

FileIO.jl integration for CSV files
Other
51 stars 13 forks source link

Concrete example of loading data using `load` #62

Closed xiaodaigh closed 5 years ago

xiaodaigh commented 5 years ago

Added an example of how to load CSV files that don't have the extension of .csv. I often struggle to use it by looking at the README.

codecov-io commented 5 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   96.87%   96.87%           
=======================================
  Files           2        2           
  Lines          96       96           
=======================================
  Hits           93       93           
  Misses          3        3

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8295b69...34799fd. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   96.87%   96.87%           
=======================================
  Files           2        2           
  Lines          96       96           
=======================================
  Hits           93       93           
  Misses          3        3

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8295b69...34799fd. Read the comment docs.

davidanthoff commented 5 years ago

Thanks, I also can never remember, so this is going to help me as well :)