AppleBoiy / cs203-c19-analysis

Data analyst for CS203 academic year 2023, dataset 1

Home Page:https://cmu.to/ape-playgroundcs203

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring COVID-19 Data in US Counties

Quality Gate Status Code Smells codecov

For my teacher, please see thai version.

Introduction

This project is a part of CS2031, designed for computer science students, including the project authors2. Its primary objective is to provide a comprehensive learning experience, with a specific focus on mastering the foundational principles of data science.

Dataset Overview

Corona Virus Covid-19 US Counties dataset3 contains essential information related to the COVID-19 pandemic in various administrative regions. The data was collected between 2020 and 2022 (and not updated since then).

Data Fields

  • Admin 2 FIPS Code: A unique identifier for the administrative region.
  • Province/State: The name of the province or state where the data was recorded.
  • Admin 2 Level: The administrative level, which could refer to a city, county, borough, or region.
  • Date: The date of the recorded data.
  • Total Death: The total number of COVID-19-related deaths reported on the specified date.
  • Total Confirmed: The total number of confirmed COVID-19 cases reported on the specified date.
  • Location: Geographical coordinates (longitude and latitude) representing the location of the administrative region.

Contributors

Disclaimer

The authors of this project2 wish to make it clear that they do not claim ownership of the dataset3.
They2 assume no responsibility for any disputes or issues that may arise from its usage. Users are strongly encouraged to adhere to the licensing terms of the dataset and, when necessary, provide appropriate attribution to the dataset creators.

Additional Resources

For additional references and resources, please check the refs.md file.

  • FAQ: Frequently asked questions and answers.
  • Discussion Board: Get help and engage with the project community.

© AppleBoiy • Code of ConductMIT

Footnotes

  1. CS203 is a course offered within the Department of Computer Science, Faculty of Science at Chiang Mai University.

  2. The individuals who made significant contributions pivotal to the development and success of this project are acknowledged as authors. For a comprehensive and detailed list of all contributors, please refer to the dedicated Contributors section. 2 3

  3. The dataset used in this project, titled "Corona Virus Covid-19 US Counties", is open-source and provided by Yasir Raza via Kaggle. It is distributed under the CC0: Public Domain license. 2

About

Data analyst for CS203 academic year 2023, dataset 1

https://cmu.to/ape-playgroundcs203

License:MIT License


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%