Add aggregate_orders() function

- the function queries the database and aggregates the ad-hoc orders
  by pixel and time steps into a demand time series
- implement "heavy" integration tests for `aggregate_orders()`
- make `pandas` a package dependency
- streamline the `Config`
This commit is contained in:
Alexander Hess 2021-01-07 23:18:40 +01:00
commit d5b3efbca1
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
10 changed files with 460 additions and 6 deletions

2
poetry.lock generated
View file

@ -1120,7 +1120,7 @@ name = "pandas"
version = "1.1.5"
description = "Powerful data structures for data analysis, time series, and statistics"
category = "main"
optional = true
optional = false
python-versions = ">=3.6.1"
[package.dependencies]