This is a Data Science project to analyse correlation between health conditions. This project aim is to don't use any build-in libraries and complete the analysis with raw coding
This project shows how to analyze health data using only built-in Python, with no external libraries.
- Pure Python CSV parsing (no
csv
,pandas
, etc.) - Extracts and cleans data from any column
- Calculates Kendall Tau correlation between columns
- Prints an easy-to-read correlation matrix
- Add your CSV file (with a header row) to the project directory.
- Run the script:
python health_data_analysis.py
- View the sample values, correlation coefficients, and the full correlation table in your terminal.
- Learners: See how data analysis works at the most basic Python level.
- Educators: Use as a teaching tool for core concepts.
MIT License.
Questions? Open an issue!