From f7c4c25417a0f962d003a220aa12f90f3f65b166 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Sat, 29 Jan 2022 15:54:22 +0100 Subject: [PATCH] Add support for CSV version 0.10. Fix wrong double quote escapes in datasets.csv --- Project.toml | 2 +- doc/datasets.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8b3ac09..2fca7e3 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/doc/datasets.csv b/doc/datasets.csv index ece1263..b8081be 100644 --- a/doc/datasets.csv +++ b/doc/datasets.csv @@ -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