Skip to content

Varkey-Josu/Education_data_analysis_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EDUCATION DATA ANALYSIS

In this project we will be analysing the performance of student in exams based on scores received in maths, reading test, and written test. The analysis is done by viewing the Education status of parents, Extracurricular activites etc.

Configuring setup

 python --version
 git --version
  • Create a new folder for the project
  • Setup Virtual Enviornment
    python -m venv .venv
    Copy the path of Activate.ps1 and enter it on powershell
    .venv/Scrits/Activate.ps1
  • Install Jupyter from VScode Extensions

Now you are ready to go

Libraries used

Install the required liraries by running the following commands,

 pip install numpy
 pip install pandas
 pip install seaborn
 pip install matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published