Skip to content

Vida-Bahrami/students_result

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Student Performance Analysis

This Python project analyzes students' exam scores in different subjects and calculates:

  • Each student's best subject (highest score)
  • Each student's worst subject (lowest score)
  • Each student's average score across all subjects

Files

  • students_result.py: Python script that reads the CSV file and calculates the results.
  • students_score.csv: Sample dataset containing students' names and their scores in Math, Physics, Chemistry, Biology, and English.

How to Run

  1. Install Python (version 3.12).
  2. Install pandas if not already installed: `bash pip install pandas
  3. Run the script: py students_result.py

Requirments

  • Python 3.12
  • pandas

Created as a practice project for learning Python.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages