cdph-press-releases
Data license: Reusing the data · Data source: LA Times California coronavirus data · About: README
- date
- The date when the data were retrieved in ISO 8601 format.
- confirmed_cases
- The cumulative number of confirmed coronavirus case at that time.
- deaths
- The cumulative number of deaths at that time.
- travel
- The number of cases acquired while traveling. The state stopped publishing it on March 24.
- person_to_person
- The number of cases acquired from close contacts and family members. The state stopped publishing it on March 24.
- community_spread
- The number of cases acquired from community spread. The state stopped publishing it on March 29.
- under_investigation
- The number of cases acquired from an unknown source. The state stopped publishing it on March 24.
- other_causes
- The number of cases acquired from other sources. On March 24 the state began combining this figure with travel, person-to-person and under investigation cases. On March 29 the state stopped publishing it.
- self_monitoring
- The number of people in a form of isolation monitored by the state. The state stopped publishing it on March 19.
- age_0_to_17
- The number of confirmed cases involving a person between 0 and 18 years old.
- age_18_to_49
- The number of confirmed cases involving a person between 18 and 49 years old.
- age_50_to_64
- The number of confirmed cases involving a person between 50 and 64 years old.
- age_65_and_up
- The number of confirmed cases involving a person 65 of older.
- age_18_to_64
- The number of confirmed cases involving a person between 18 and 64 years old. The state stopped publishing it on March 23.
- age_unknown
- The number of confirmed cases involving a person of unknown age.
- gender_male
- The number of confirmed cases involving a male.
- gender_female
- The number of confirmed cases involving a female.
- gender_unknown
- The number of confirmed cases involving a a person of unknown gender.
- total_tests
- The total number of tests conducted.
- received_tests
- The number of tests results received. The state stopped publishing this field in April 24.
- pending_tests
- The number of tests resuts that are still pending. The state stopped publishing this field in April 24.
- confirmed_hospitalizations
- The total number of hospitalizations with a confirmed case of COVID-19.
- confirmed_icu
- The number of ICU hospitalizations with a confirmed case of COVID-19.
- suspected_hospitalizations
- The total number of hospitalizations with a suspected case of COVID-19.
- suspected_icu
- The number of ICU hospitalizations with a suspected case of COVID-19.
- healthcare_worker_infections
- The total number of healthcare workers who have tested positive for COVID-19.
- healthcare_worker_deaths
- The total number of healthcare workers who have died from COVID-19.
- vaccine_doses_administered
- The total number of vaccine doses given out.
- vaccine_doses_distributed
- The total number of vaccine doses available in the state.
- source_url
- The URL to the state press release.
1 row where age_18_to_64 = 176
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: date (date)
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "cdph-press-releases" ( [date] TEXT, [confirmed_cases] INTEGER, [deaths] INTEGER, [travel] INTEGER, [person_to_person] INTEGER, [community_spread] INTEGER, [under_investigation] INTEGER, [other_causes] INTEGER, [self_monitoring] INTEGER, [age_0_to_17] INTEGER, [age_18_to_49] INTEGER, [age_50_to_64] INTEGER, [age_65_and_up] INTEGER, [age_18_to_64] INTEGER, [age_unknown] INTEGER, [gender_male] INTEGER, [gender_female] INTEGER, [gender_unknown] INTEGER, [total_tests] INTEGER, [received_tests] INTEGER, [pending_tests] INTEGER, [confirmed_hospitalizations] INTEGER, [confirmed_icu] INTEGER, [suspected_hospitalizations] INTEGER, [suspected_icu] INTEGER, [healthcare_worker_infections] INTEGER, [healthcare_worker_deaths] INTEGER, [vaccine_doses_administered] INTEGER, [vaccine_doses_distributed] INTEGER, [source_url] TEXT );