From 2cad9e1157ed4e72312ca761cf18c4f7ba2dca26 Mon Sep 17 00:00:00 2001 From: Carsten Schmotz Date: Wed, 28 Jun 2023 13:33:23 +0200 Subject: [PATCH] Update exploration.ipynb --- exploration.ipynb | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/exploration.ipynb b/exploration.ipynb index 2c5798e20..5d3ac9995 100644 --- a/exploration.ipynb +++ b/exploration.ipynb @@ -12,7 +12,7 @@ "Content:\n", "\n", "- Installed dependencies\n", - "- Used Packages\n", + "- Datasources\n", "- Load data\n", "- Data exploration\n" ] @@ -61,7 +61,26 @@ "attachments": {}, "cell_type": "markdown", "metadata": {}, - "source": [] + "source": [ + "## Datasources\n", + "### Datasource1: Car registration for cars with alternative engines in Germany\n", + "* Metadata URL: https://mobilithek.info/offers/573358160767496192\n", + "* Data URL: https://www.kba.de/SharedDocs/Downloads/DE/Statistik/Fahrzeuge/FZ28/fz28_2022_09.xlsx?__blob=publicationFile&v=4 \n", + "* Data type: xlsx\n", + "\n", + "Short description.\n", + "New car registrations in 2022 with electric, H2M and hybrid drive. \n", + "The car owner, the car type and the model are listed in segments of Germany. \n", + "\n", + "\n", + "### Data source2: Energy price and household use\n", + "* Metadata URL: https://www.govdata.de/web/guest/suchen/-/details/strompreise-fur-haushalte-deutschland-jahrejahresverbrauchsklassen-preisbestandteile\n", + "* Data URL: https://www-genesis.destatis.de/genesis/downloads/00/tables/61243-0002_00.csv \n", + "* Data type: CSV\n", + "\n", + "Short description.\n", + "Electricity prices for households: Germany, years, annual consumption classes, price components" + ] }, { "attachments": {},