You are on page 1of 24

SESSION:

2020-21
DELHI PUBLIC
SCHOOL MORADABAD

Informatics practices project on -


HOSPITAL MANAGEMENT
Submitted To:-
Central Board of Secondary Education
Supervised By- Submitted By-
Mr. Shailendra Anshika Saxena
Sharma (Class XII)

Acknowledgement
In the accomplishment of this project
successfully, many people have best owned
upon me their blessings and the heart pledged
support, this time I am utilizing to thank all the
people who have been concerned with this
project.
I would thank god for being able to
complete this project with success. Then I
would like to thank my Principal MR.
SUDHARSHAN SONAR and Informatics
practices sir Mr. Shailendra Sharma
whose valuable guidance has been the
ones that helped one patch this project
and make it full proof success.
Then I would like to thank my parents
and friends who have helped me with
their valuable suggestions.
CERTIFICAT
E
This is to certify that ANSHIKA SAXENA a
student of class XII-A has successfully
completed the research on the
mentioned project under the guidance of
MR. SHAILENDRA SHARMA (Subject
Teacher) during the year 2020-21 in partial
fulfillment of IP practical examination
conducted by CBSE, New Delhi.
Signature of Signature
of External Examiner IP
teacher

Create a CSV file ‘hotelip’ in C


Drive :-
Write a program to read from CSV
file and create Data Frame from it?
HOSPITAL MANAGEMENT SYSTEM

MENU:-
1- Display Data from Data Frame.
2- Accessing Data from Data Frame.
3- Data Manipulation.
4- Data Analysis.
5- Data Visualization.
6- Exit.
Ask the user to enter the choice:-

 If user chooses 1-
 When user choose 1.1-
[Suppose user want to see 5 records from
the top]

***********************************
 When user choose 1.2-
[ It will give those records where ‘ROOM
CHARGES >1000’]

************************************
 When user choose 1.3-
 When user choose 1.4-
[User will break the loop of Choice=1]

 If user chooses 2-
 When user choose 2.1-
[When user want to access the column
‘TOTAL AMOUNT’]

 When user choose 2.2-


[When user want to access the 5th row]

 When user choose 2.3-


[User will break the loop of Choice=2]

************************************
*****
 If user chooses 3-
 When user choose 3.1-
[Suppose user want to delete the column
‘AGE’]

 When user choose 3.2-


[ User want rename the column’ TOTAL
AMOUNT’ to ‘TOTAL PAY’]
 When user choose 3.3-
[Suppose User drop 4th row]

************************************
*****
 When user choose 3.4-

[User will break the loop of Choice=3]

************************************
*****
 If user chooses 4-

 When user choose 4.1-


[User wants to know the minimum value
of the column ‘TOTAL AMOUNT’]
 When user choose 4.2-
[User wants to know the sum of the
column ‘TOTAL AMOUNT’]

 When user choose 4.3-


[User wants to know the mean of the
column ‘TOTAL AMOUNT’]

 When user choose 4.4-


[User will break the loop of Choice=4]
 If user chooses 5-
 When user choose 5.1-

BAR CHART
 When user choose 5.2-

LINE CHART
 When user choose 5.3-

HISTOGRAM
 When user choose 5.4-
[User will break the loop of Choice=5]

 If user chooses 6-

*****************

You might also like