We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be9b16a + 2815b92 commit 4e513a8Copy full SHA for 4e513a8
_template_python/delphi_NAME/run.py
@@ -14,16 +14,18 @@
14
unpublished signals are. See `delphi_utils.add_prefix()`
15
- Any other indicator-specific settings
16
"""
17
-from datetime import timedelta
18
-import pandas as pd
19
import time
+from datetime import timedelta, datetime
+from itertools import product
20
21
+import pandas as pd
22
+from delphi_utils import get_structured_logger
23
from delphi_utils.export import create_export_csv
24
from delphi_utils.geomap import GeoMapper
-from delphi_utils import get_structured_logger
25
26
from .constants import GEOS, SIGNALS, SMOOTHERS
27
28
+
29
def run_module(params):
30
31
Runs the indicator
0 commit comments