Tobias Quadfasel 3a4bc53dcc feat(add-data): Add script to generate costumers from base data
Add `data_preparation/generate_customers.py`, a script that takes the
`base_data.json` file generated by `get_base_data.py` and randomly
samples a given number of customers.

To simplify things, each customer is assigned exactly one gas and one
electricity meter and each of them is read between 1 and 10 times.

The full data including meters, meter readings and dates as well as
customers and addresses is stored in a final JSON file named
`customers.json`.
2024-08-31 14:23:50 +02:00
2024-08-29 17:35:14 +02:00
2024-08-29 17:35:14 +02:00
2024-08-23 22:53:05 +00:00

grid_application

Code for my application to Avacon AG for the role of Data Scientist. This is a web app containing different data science use-cases related to power grids and electricity generation.

Description
A web application to chat with customer and meter reading data of an energy grid company
Readme 1.4 MiB
Languages
Python 95.5%
Dockerfile 2.4%
Shell 2.1%