Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/panoschatzi/healthcare_and_bioinformatics_analyses

Healthcare and Bioinformatics data analysis projects with Python and SQL.
https://github.com/panoschatzi/healthcare_and_bioinformatics_analyses

data-analysis data-cleaning data-visualisation jupyter matplotlib mysql pandas plotly python seaborn sql

Last synced: about 1 month ago
JSON representation

Healthcare and Bioinformatics data analysis projects with Python and SQL.

Awesome Lists containing this project

README

        

# Healthcare and Bioinformatics Data Analysis
This repo contains the final assignments of the Data Analyst bootcamp by Workearly. Here, I used Python and SQL to clean, transform, and analyze healthcare, bioinformatics and finance datasets. I also created clear figures to visualize the findings using matplotlib, seaborn, and plotly.

### [1. Longevity gene variants analysis](./longevity/longevity_analysis.ipynb)

### [2. Covid testing analysis](./covid_testing/covid_testing_analysis.ipynb)
**Highlights**
- [Cumulative cases plot](https://htmlpreview.github.io/?https://github.com/PanosChatzi/Workearly_Projects/blob/main/covid_testing/covid_death_rates.html)

### [3. Analyzing liquor store sales](./liquor_sales/Workearly_Final_Assignment_Panagiotis_Chatzinikolaou.ipynb)

### Technologies
- Pandas for data cleaning and transformation
- Matplotlib and seaborn for data visualization
- Plotly for interactive visualizations
- Jupyter notebook for creating an interactive report

### Requirements
Install dependencies via pip:

```bash
pip install -r requirements.txt
```