Computer Science, asked by ritusangma45, 5 months ago

Assignment 1
Grade Calculation Using DataFrame
Create an application to demonstrate the pandas DataFrame for the following
operation:
A DataFrame called Student contains the following data columns:
RollNo Name
E_Mark P Mark C Mark M Mark IP Mark
Enter the roll number (RollNo), Name of the student and the five subject marks.
Calculate the TotalMarks, Per (Percentage), and Grades for each student for the
DataFrame.
The TotalMarks, Per (Percentage), and Grade will be calculate as given below:
TotalMarks E_Mark +P_Mark + C Mark + M_Mark + IP Mark
Per
TotalMarks / 5
The Grades will be calculated as:
Percentage
Grade
91 - 100
81 - 90
71 - 80
61 - 70
51 - 60
41 - 50
33 - 40
21 - 32
00 - 20
A1
A2
B1
B2
С1
C2
D
E1
E2
.
.
All the newly calculated columns (TotalMarks, Per, and Grades) will be inserted
into the DataFrame.
Print the final DataFrame.
Any number of students can be entered according to users choice. While printing the
data, the Name of each student will only print 15 characters.​

Answers

Answered by hooriarukh
0

Answer:

Hey

Explanation:

Mark me as a brainilist

Mark me as a brainilist

Mark me as a brainilist

MARK ME AS A BRAINILIST


ritusangma45: ??
Similar questions