Tobias Quadfasel 66d1eec875 feat(add-data): Add script for SQL schema initialization
Since we are working with an Azure SQL database, we need to fill the
generated customer data in a fitting schema. The schema will be
described in more detail in an updated README file later.

The added script uses `pyodbc` to connect to the database and create the
tables. This requires a connection string, which will not be checked out
to this repo for security reasons and must be obtained separately.

Additionally, a script `test_sql_connection.py` is added with this
commit, which is a simple utility to test the `pyodbc` connection.
2024-08-31 14:28:44 +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%