covid_cases_nsw dataset

Small sample of COVID-19 cases in NSW for testing and demonstration.

Small sample of COVID-19 cases in NSW for testing and demonstration.

This subset covers a random selection of entries from 3 LGAs, and ignores the case count field. data

Format

A data frame with 100 rows and the following columns:

  • postcode: The postal code
  • lhd: The name of the Local Health District
  • lga: The name of the Local Government Area
  • type: A synthetic disease type/lineage/etc., either A or B
  • year: Year of the case notification

Source

NSW Ministry of Health. "NSW COVID-19 cases by location." https://data.nsw.gov.au/data/dataset/covid-19-cases-by-location, accessed 11 October 2022.

The original dataset is published under the Creative Commons Attribution 4.0 licence, © State of New South Wales 2020-2022.

covid_cases_nsw

Examples

head(covid_cases_nsw)
  • Maintainer: Carl Suster
  • License: MIT + file LICENSE
  • Last published: 2024-12-17

About the dataset

  • Number of rows: 100
  • Number of columns: 5
  • Class: tbl_df, tbl, data.frame

Column names and types

  • postcode:character
  • lga:character
  • lhd:character
  • year:integer
  • type:character