From e6050dcef954665489c3aa5e7de51875a0b284fc Mon Sep 17 00:00:00 2001 From: lbitsiko Date: Tue, 30 Aug 2022 11:21:51 -0500 Subject: [PATCH] Assignment 3 - Question 3: example (data txt file added) --- data.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data.txt diff --git a/data.txt b/data.txt new file mode 100644 index 0000000..3c8c363 --- /dev/null +++ b/data.txt @@ -0,0 +1,18 @@ +- path: iris/data.csv + name: iris + rows: 150 + cols: 5 + description: This famous (Fisher's or Anderson's) iris data set gives the measurements + in centimeters of the variables sepal length and width and petal length and width, + respectively, for 50 flowers from each of 3 species of iris. The species are Iris + setosa, versicolor, and virginica. + type: table +- path: mtcars/data.csv + name: mtcars + rows: 32 + cols: 11 + description: The data was extracted from the 1974 Motor Trend US magazine, and comprises + fuel consumption and 10 aspects of automobile design and performance for 32 automobiles + (1973–74 models). + type: table + title: Motor Trend Car Road Tests