Create pets.csv

A .csv file (with complementary R tutorial)
This commit is contained in:
e99n09 2013-06-29 03:38:34 -04:00
parent 9f4c2399d6
commit 5a1aad1c41

4
pets.csv Normal file
View File

@ -0,0 +1,4 @@
name,age,weight,species
"fluffy",3,14,"cat"
"vesuvius",6,23,"fish"
"rex",5,34,"dog"
1 name age weight species
2 fluffy 3 14 cat
3 vesuvius 6 23 fish
4 rex 5 34 dog