JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
158 stars 56 forks source link

Add support for CSV version 0.10. Fix double quote escapes in datasets.csv #132

Closed andreasnoack closed 2 years ago

andreasnoack commented 2 years ago

It's been parsed incorrectly in previous versions of CSV because the default escape character is " while the file was using \.

codecov-commenter commented 2 years ago

Codecov Report

Merging #132 (2b13080) into master (3816963) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #132   +/-   ##
=======================================
  Coverage   83.33%   83.33%           
=======================================
  Files           3        3           
  Lines          18       24    +6     
=======================================
+ Hits           15       20    +5     
- Misses          3        4    +1     
Impacted Files Coverage Δ
src/packages.jl 100.00% <0.00%> (ø)
src/dataset.jl 90.90% <0.00%> (+0.90%) :arrow_up:
src/datasets.jl 62.50% <0.00%> (+2.50%) :arrow_up:

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 3816963...2b13080. Read the comment docs.