Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filip-kustura/python-covid-19-behaviors-analysis
Using Jupyter Notebook, this university project analyzes attitudes and behaviors related to the COVID-19 pandemic using a two-year survey from Imperial College London and YouGov research company. Utilizing Pandas, NumPy and Matplotlib, the data analysis focuses on three countries, exploring trends and insights throughout the pandemic.
https://github.com/filip-kustura/python-covid-19-behaviors-analysis
covid-19 data-analysis data-visualization jupyter-notebook matplotlib numpy pandas python university-project
Last synced: about 2 months ago
JSON representation
Using Jupyter Notebook, this university project analyzes attitudes and behaviors related to the COVID-19 pandemic using a two-year survey from Imperial College London and YouGov research company. Utilizing Pandas, NumPy and Matplotlib, the data analysis focuses on three countries, exploring trends and insights throughout the pandemic.
- Host: GitHub
- URL: https://github.com/filip-kustura/python-covid-19-behaviors-analysis
- Owner: filip-kustura
- Created: 2022-10-17T20:46:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T18:58:10.000Z (4 months ago)
- Last Synced: 2024-09-15T04:18:44.464Z (4 months ago)
- Topics: covid-19, data-analysis, data-visualization, jupyter-notebook, matplotlib, numpy, pandas, python, university-project
- Language: Jupyter Notebook
- Homepage:
- Size: 7.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19 Attitudes & Behaviors Analysis
This university project results in an interactive Jupyter Notebook file (`.ipynb`) that can be opened in an appropriate environment. While it can also be accessed on GitHub, please note that the interactive features will not be available in that format. However, the final display remains identical.
## Project Overview
The notebook provides a detailed, step-by-step process for retrieving, cleaning and visualizing data related to COVID-19 attitudes and behaviors across three distinct countries — Canada, Denmark and Japan — each representing a different continent. The process is presented in Croatian.
## Course Information
This project was developed as part of the graduate elective course **_Mathematical Software_** in April 2022.
## Additional Resources
- For more information about the survey, please visit the [Imperial College London's website](https://www.imperial.ac.uk/centre-for-health-policy/our-work/our-response-to-covid-19/covid-19-behaviour-tracker/).
- Explore the data source at the [YouGov covid-19-tracker repository](https://github.com/YouGov-Data/covid-19-tracker), which includes both numerical and non-numerical responses of survey participants, along with the corresponding questions and clarifications.## Future Work
Potential extensions of this project could include expanding to additional countries or implementing machine learning techniques to predict attitudes based on demographic factors.