https://github.com/soumilgit/medical-data-analysis-learning
https://github.com/soumilgit/medical-data-analysis-learning
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soumilgit/medical-data-analysis-learning
- Owner: Soumilgit
- License: mit
- Created: 2024-05-16T14:19:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T11:35:21.000Z (about 1 year ago)
- Last Synced: 2025-04-11T13:13:56.197Z (about 1 year ago)
- Language: Python
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python project to analyse Medical Data,please feel free to contribute😄!
Python libraries used:
1.Unittest
2.Matplotlib
3.Pandas
4.Seaborn
# Folder Structure :
Here is the folder structure of the repository :
```
Code-Folders
│  ├─ main.py
│  ├─ medical_data_visualizer.py
│  └─ test_module.py
├─ LICENSE
README.md
├─ images
catplot.png
│  └─ heatmap.png
├─ medical_examination.csv
└─ requirements.txt
```