Write a program in Python Pandas to create the Series S1.S2,S3storing marks of 5 students in three terms.Rollnos, of the students are the indexes in these series. The three series objects have same indexes.
)Calculate total weighted marks obtained by each student using formula
Final marks-25%of Terml+25% of Term2+50%Term3
ii)Create dataframe containing contents of S1.S2.S3 and Final marks
iii) Plot a bar graph showing marks in each term alongwith Final marks.
Answers
Answered by
0
Answer:
1.5
2. 15
3. 25
4. 56
Explanation:
Similar questions