From e82b2854535e8a074e78750847bb66ba1c03f4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= <gabriele.hoefler@onb.ac.at> Date: Fri, 5 Jul 2019 12:35:30 +0200 Subject: [PATCH] Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..5a216d8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# Metadata of Historic Newspapers + +Get a first impression of the metadata we provide on [labs.onb.ac.at](https://labs.onb.ac.at/en/dataset/anno/) using +Jupyter Notebooks. + +## [Metadata Overview](Metadata Overview.ipynb) + +We use [pandas](https://pandas.pydata.org/) to get a quick impression of the data. We will be viewing the first +five datarows, listing all titles, counting datasets and defining a timespan of interest. This is done for the data +related to the issues as well as to the one related to pages. + +## [ANNO-Sprachen Plotly Dynamic](ANNO-Sprachen Plotly Dynamic.ipynb) + +Using pandas and [plotly](https://plot.ly/python/) we take a closer look at a specific use case: Creating a plot of the +languages used per issue. -- GitLab