A curated collection of assignment work completed at Techno India University (TIU).
This repository currently includes projects from the Design Thinking course, with a focus on data analysis and visualization using Python.
TIU/
├── Design Thinking/
│ └── correlation-visualization/
│ ├── correlation.ipynb
│ ├── requirements.txt
│ └── README.md
└── (other course folders)
Location: Design Thinking/correlation-visualization
This project analyzes subject-wise student marks and visualizes relationships between subjects using a correlation matrix and heatmap.
Key highlights:
- Data cleaning and preprocessing
- Correlation matrix computation with Pandas
- Heatmap-based visual interpretation
- Short analytical insights from generated results
- Python
- Pandas
- NumPy
- Matplotlib
- Jupyter Notebook
-
Clone the repository:
git clone https://github.com/meow7781/Design-Thinking.git cd Design-Thinking/Design\ Thinking/correlation-visualization
-
Install dependencies:
pip install -r requirements.txt
-
Open and run the notebook:
jupyter notebook correlation.ipynb
This repository is maintained for coursework, practice, and portfolio presentation.
If you are a student, please use this work ethically and avoid direct plagiarism.
Gaurav Paul