AVANEESH
AVANEESH
AVANEESH
Bhavan
Senior Secondary School , Kodunganoor
Thiruvananthapuram
Investigatory Project in
INFORMATICSPRACTICES
Topic: IPL CRICKET SCORE
MANAGEMENT SYSTEM
Name: AVANEESH S
Class &Div: 12 C
reg. No:
CERTIFICATE
1. Introduction
2. About software
3. Source Code
4. Output
5. Bibliography
INTRODUCTION
Student database:
Class strength:
SOURCE
CODE
importmatplotlib.pyplot as plt
import sys
import pandas as pd
whileTrue:
print ("\t\tMENU")
print ("\t\t*****")
print ("1.Display")
if ch==1:
print (df.to_string())
elif ch==2:
d=pd.read_csv("C:\\Users\\USER\\Documents\\Class.csv")
df=pd.DataFrame(d)
df.plot("Class","Strength",kind='bar',facecolor='r')
plt.title('class/Strength',color='black',fontsize=20)
plt.xlabel('Class',color='b',size=15)
plt.ylabel('Strength',color='b',size=15)
plt.show()
elif ch==3:
flag=0
t=len(s)
if c=='Admission Number':
m=s[row]
if m==n:
z=df.iloc[row]
print (z.values)
flag=1
if flag==0:
elifch==4:
b=input("Enter Name:")
c=int(input("Enter Class:"))
d=input("Enter Div:")
f=input("Enter Address:")
df.loc[len(df.index)]=[a,b,c,d,e,f,g,h]
print(df)
elifch==5:
df=df.drop(df[df["Admission Number"]==a].index)
print(df)
OUTPUT
BIBLIOGRAPHY:
INFORMATICS PRACTICES WITH PYTHON, By
PreetiArora
By SumitaArora