From ee6a3116268d5aec2d240ed67810c14d01d39eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= Date: Fri, 5 Jul 2019 12:25:47 +0200 Subject: [PATCH] Add README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1889dc6 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Metadata of Historic Postcards + +Get a first impression of the metadata we provide on [labs.onb.ac.at](https://labs.onb.ac.at/en/dataset/akon/) using +Jupyter Notebooks. + +## [AKON Data Overview](AKON Data Overview.ipynb) + +We use [pandas](https://pandas.pydata.org/) to get a quick impression of the data. This includes counting the number of +datasets, getting random samples and counting datasets with a certain property. + +## [All the Mountains](All the Mountains.ipynb) + +Again using pandas we take a closer look at a specific use case: Finding all postcards that were identified as featuring +mountains. -- GitLab