0% found this document useful (0 votes)
3 views2 pages

Statistics

The assignment involves performing statistical analysis on a dataset of student marks using Python in Jupyter Notebook or Google Colab. Tasks include creating a DataFrame, calculating various statistical measures, visualizing the data with charts, and writing a conclusion based on the analysis. A bonus task requires adding more students to the dataset and comparing the updated results, along with an option to use a real dataset from Kaggle for further exploration.

Uploaded by

relaxingsoul98
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Statistics

The assignment involves performing statistical analysis on a dataset of student marks using Python in Jupyter Notebook or Google Colab. Tasks include creating a DataFrame, calculating various statistical measures, visualizing the data with charts, and writing a conclusion based on the analysis. A bonus task requires adding more students to the dataset and comparing the updated results, along with an option to use a real dataset from Kaggle for further exploration.

Uploaded by

relaxingsoul98
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Statistics Analysis Assignment

Statistics with Python


Platform: Jupyter Notebook / Google Colab

Objective
Perform statistical analysis on a dataset using Python, visualize the data, and interpret the
results.

Dataset
Student Marks
A 45
B 55
C 60
D 70
E 75
F 80
G 85
H 90
I 95
J 100

Task 1
Import pandas, [Link] and statistics (optional).

Task 2
Create the DataFrame.
Display head() and the complete dataset.

Task 3
Display shape, columns, data types and describe().

Task 4
Calculate Mean, Median, Mode, Maximum, Minimum, Range, Variance and Standard
Deviation.
Task 5
Create a Bar Chart, Histogram and Box Plot with proper titles and axis labels.

Task 6
Write a conclusion (5–6 lines) explaining your observations from the analysis.

Bonus
Add five more students and compare the updated statistical results with the original
dataset.

Real Dataset
Download any education-related dataset from Kaggle (Student Performance, Exam Scores,
etc.), clean the data, perform EDA, create at least five visualizations, and write your
conclusion.

You might also like