Skip to content

Commit cf9dc4d

Browse files
committed
describe min_issue in docs and update example return value
1 parent c55f7f8 commit cf9dc4d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/api/covidcast_meta.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ None required.
3838
| `epidata[].max_value` | maximum value | float |
3939
| `epidata[].mean_value` | mean of value | float |
4040
| `epidata[].stdev_value` | standard deviation of value | float |
41+
| `epidata[].min_issue` | oldest date data was issued (e.g., 20200710) | integer |
4142
| `epidata[].max_issue` | most recent date data was issued (e.g., 20200710) | integer |
4243
| `epidata[].min_lag` | smallest lag from observation to issue, in `time_type` units | integer |
4344
| `epidata[].max_lag` | largest lag from observation to issue, in `time_type` units | integer |
@@ -51,19 +52,22 @@ https://api.delphi.cmu.edu/epidata/covidcast_meta/
5152
{
5253
"result": 1,
5354
"epidata": [
54-
{
55+
{
5556
"data_source": "doctor-visits",
5657
"signal": "smoothed_adj_cli",
57-
"last_update": 1592707979,
58-
"stdev_value": 2.6647410028331,
59-
"num_locations": 2500,
6058
"time_type": "day",
61-
"max_value": 87.190476,
62-
"mean_value": 1.4439366759191,
6359
"geo_type": "county",
64-
"min_value": 0,
65-
"max_time": 20200617,
66-
"min_time": 20200201
60+
"min_time": 20200201,
61+
"max_time": 20240321,
62+
"num_locations": 2586,
63+
"min_value": 0.0,
64+
"max_value": 87.670832,
65+
"mean_value": 2.4972178,
66+
"stdev_value": 3.6433783,
67+
"last_update": 1711412545,
68+
"max_issue": 20240325,
69+
"min_lag": 2,
70+
"max_lag": 129
6771
},
6872
...
6973
],

0 commit comments

Comments
 (0)