md` The columns of ProvinceData, which is from the [JHU CSSE COVID-19 Dataset](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data), are as follows:
| FIPS (US) | Province_State | Country_Region | Lat and Long_ | Confirmed | Deaths | Recovered | Active | Incidence_Rate | Case-Fatality Ratio |
| ----- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |---- | ---- |
| Federal Information Processing Standards | province, state | country, region | MM/DD/YYYY HH:mm:ss | Dot locations on the dashboard | confirmed and probable counts of cases | confirmed and probable counts of deaths | estimated, may be skewed right | total cases - total recovered - total deaths | cases per 100K | (%) # recorded deaths/# cases |
<font size="1">All cases, deaths, and recoveries reported are based on the date of initial report. Exceptions to this are noted in the "Data Modification" and "Retrospective reporting of (probable) cases and deaths" subsections below.</font>
`