diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-01 20:14:10 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-01 20:14:10 +0200 |
| commit | 4288f77297eb0dd36f8206ffbce812223b299ffb (patch) | |
| tree | 7e9c23ec1b3a832e031a5c22ff29700eb5929656 /site/content/pages | |
| parent | 54a9853e9dce4a2c00208c80e49b6d6497d50886 (diff) | |
| parent | 25f850aedbdddd17e0de8c5f2a41aace58c1413f (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/content/pages')
| -rw-r--r-- | site/content/pages/test/assets/test.csv | 8 | ||||
| -rw-r--r-- | site/content/pages/test/csv.md | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/site/content/pages/test/assets/test.csv b/site/content/pages/test/assets/test.csv new file mode 100644 index 00000000..7156a814 --- /dev/null +++ b/site/content/pages/test/assets/test.csv @@ -0,0 +1,8 @@ +name,images,year,gender,description,url +aardvark,100,2019,m,bim da,https://asdf.us/ +bobcat,10,2017,f,in a tree,https://asdf.us/ +cow,20,2012,f,moooo,https://asdf.us/ +doe,2,2016,f,doe a deer,https://asdf.us/ +earwig,1,2017,m,just a bug,https://i.asdf.us/ +frog,17,2018,f,ribbit ribbit,https://i.asdf.us/ +giraffe,23,2009,m,i get around,https://adsf.us/ diff --git a/site/content/pages/test/csv.md b/site/content/pages/test/csv.md index b5f37754..85f714b4 100644 --- a/site/content/pages/test/csv.md +++ b/site/content/pages/test/csv.md @@ -15,6 +15,6 @@ authors: Megapixels ### [← Back to test index](/test/) ``` -load_file /datasets/lfw/assets/lfw_names_gender_kg_min.csv -Name, Images, Gender, Description +load_file /site/test/assets/test.csv +Name, Images, Year, Gender, Description, URL ``` |
