https://github.com/muzahid0408/student_marks_analysis_using_numpy
This project analyzes a student marks dataset to calculate key statistical measures such as mean, median, standard deviation, and more.
https://github.com/muzahid0408/student_marks_analysis_using_numpy
datasets jupyter-notebook numpy numpy-arrays pythoh
Last synced: 8 months ago
JSON representation
This project analyzes a student marks dataset to calculate key statistical measures such as mean, median, standard deviation, and more.
- Host: GitHub
- URL: https://github.com/muzahid0408/student_marks_analysis_using_numpy
- Owner: MUZAHID0408
- Created: 2025-02-10T17:55:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T18:42:27.000Z (10 months ago)
- Last Synced: 2025-04-05T19:36:08.833Z (8 months ago)
- Topics: datasets, jupyter-notebook, numpy, numpy-arrays, pythoh
- Language: Jupyter Notebook
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student_marks_analysis_using_NumPy
This project analyzes a student marks dataset to calculate key statistical measures such as mean, median, standard deviation, and more.
----
The dataset attached here is the default format.
The column number is fixed but you can always change the code.
The output of the code will show the calculation for all subjects.
Some of the important methods of NumPy are used here.
....
