Skip to content

Commit

Permalink
Update exploration.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenSchmotz committed Jun 28, 2023
1 parent 67a2ac2 commit 2cad9e1
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Content:\n",
"\n",
"- Installed dependencies\n",
"- Used Packages\n",
"- Datasources\n",
"- Load data\n",
"- Data exploration\n"
]
Expand Down Expand Up @@ -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": {},
Expand Down

0 comments on commit 2cad9e1

Please sign in to comment.