﻿_id	Field Name	Field Description
1	DATE	Date of the event, it equal to the investigation starting date for positive cases; the date of death for deaths; the coalesce of speciment date and report date for testings (if specimen collected date is unknown, use report date), respectively. 
2	COVID_TEST	Total number of testings (i.e. number of new people tested on the date. Indiana residents only.
3	DAILY_DELTA_TESTS	The number of most recent (i.e latest report) new testings that are reported into the testing pool. The date of specimen collected is typically earlier than the report date.
4	DAILY_BASE_TESTS	The number of tests from the last report. Records might be removed due to information correctness.
5	COVID_DEATHS	Total number of deaths on the date.
6	DAILY_DELTA_DEATHS	The number of most recent (i.e latest report) new death cases that are reported into the death case pool. The date of death could be earlier than the report date due to necessary process and confirmation.
7	DAILY_BASE_DEATHS	The number of deaths from the last report. Records might be removed due to information correctness.
8	COVID_COUNT	Total number of positive cases (i.e. number of patient who started investigation for their positive report) on the date.
9	DAILY_DELTA_CASES	The number of most recent (i.e latest report) new positive cases that are reported into the positive case pool. The investigation starting date could be earlier than the report date due to necessary process.
10	DAILY_BASE_CASES	The number of positive cases from the last report. Records might be removed due to information correctness.
11	COVID_COUNT_CUMSUM	The cumulative number of positive cases as of the report date.
12	COVID_DEATHS_CUMSUM	The cumulative number of deaths as of the report date.
13	COVID_TEST_CUMSUM	The cumulative number of tests as of the report date.
14	POSITIVITY_RATE_ALL_TESTS	Total positivity percentage for entire state, by day.  Measured by all positive tests divided by all tests administered.
15	COVID_COUNT_BY_SPECIMEN_COLLECTION_DATE	Total number of positive cases grouped by their lab specimen collection date.
