Skip to content

Commit

Permalink
Add support for CSV version 0.10. Fix wrong double quote escapes in d…
Browse files Browse the repository at this point in the history
…atasets.csv
  • Loading branch information
andreasnoack committed Jan 29, 2022
1 parent 3816963 commit f7c4c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
CSV = "0.5, 0.6, 0.7, 0.8, 0.9"
CSV = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
CodecZlib = "0.4, 0.5, 0.6, 0.7"
DataFrames = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
FileIO = "1"
Expand Down
2 changes: 1 addition & 1 deletion doc/datasets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"HistData","Fingerprints","Waite's data on Patterns in Fingerprints",36,3
"HistData","Galton","Galton's data on the heights of parents and their children",928,2
"HistData","GaltonFamilies","Galton's data on the heights of parents and their children, by child",934,8
"HistData","Guerry","Data from A.-M. Guerry, \"Essay on the Moral Statistics of France\"",86,23
"HistData","Guerry","Data from A.-M. Guerry, ""Essay on the Moral Statistics of France""",86,23
"HistData","Jevons","W. Stanley Jevons' data on numerical discrimination",50,4
"HistData","Langren.all","van Langren's Data on Longitude Distance between Toledo and Rome",61,4
"HistData","Langren1644","van Langren's Data on Longitude Distance between Toledo and Rome",12,9
Expand Down

0 comments on commit f7c4c25

Please sign in to comment.