Skip to content

Commit c55f7f8

Browse files
committed
calculate min_issue in metadata table
1 parent b65225d commit c55f7f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/acquisition/covidcast/database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ def compute_covidcast_meta(self, table_name=None, n_threads=None):
473473
ROUND(AVG(`value`),7) AS `mean_value`,
474474
ROUND(STD(`value`),7) AS `stdev_value`,
475475
MAX(`value_updated_timestamp`) AS `last_update`,
476+
MIN(`issue`) as `min_issue`,
476477
MAX(`issue`) as `max_issue`,
477478
MIN(`lag`) as `min_lag`,
478479
MAX(`lag`) as `max_lag`

0 commit comments

Comments
 (0)