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:
parent
e8c97dd7da
commit
d5b3efbca1
10 changed files with 460 additions and 6 deletions
3
src/urban_meal_delivery/forecasts/__init__.py
Normal file
3
src/urban_meal_delivery/forecasts/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"""Demand forecasting utilities."""
|
||||
|
||||
from urban_meal_delivery.forecasts import timify
|
||||
Loading…
Add table
Add a link
Reference in a new issue