Ip Practical File
Ip Practical File
Output
Q2. Create a panda series u sing scalar value
Code:
Output
Output
Q5.create a Panda Series for missing Value using NaN not a number program
Code:
Output
Q6. create a panda series for mathematical expressions, exponentiation and
NumPy
code:
output
Q7. Write a pandas series program to perform some of the object attribute
functions
Code:
output
8. Create a Panda Series to perform the mathematical and vector operations on
series elements
Code:
Output
Q9. Create a Pandas Series using head () and tall () function program
Code:
Output
Q10. Creative Panda Series data to access data from it with position (slicing &
indexing)
Code:
Output
Q11. create a Panda Series to access element of series using “loc” and “iloc”
Code:
Output
Q12. Create a Pandas series & retrieve the data using some conditions.
Code:
Output
Q13. Create a series and print all the elements that are above the 75 percentile
program
Code:
Output
Q14. create data frame from dictionary dictionary of series 2 darray and also
create an empty data frame
Code:
Output
Q15. Create data frame from employee details and access the head() and tail()
functions
Code:
Output
Q16. writer Python program to perform following operations like add select
delete and renames data in row and columns of data frame
Code:
Output
Q17.Create a data frame from accessing data using loc and iloc indexing using
labels
Code:
Output
Q18. Filter out the row based on different criteria such as duplicates row
program
Code:
Output
Q19. program for importing and exporting data between ponds and csv files
Code:
Output
Q1. Write a python program to plot line charge for salary hike of an employee
Code:
Output
Q2. write a python program to plot the past percentage of the year 2019 and
2020 6 to 12 using line chart
Code:
Output
Q3. write a python program to plot line chart using some random value
Code:
Output
Q4. write a python program to display histogram graph for blood sugar values
based on number of patients
Code:
Output
Q5. Give the school result data analysis the performance of the student on
different parameter example subject wise or class wise
Code:
Output
Q6. Take data of your interest from an open source example data govt.in
aggregate and summarize it than plot it using different plotting function of the
matplotlib library
Code:
Output
Section C DBMS{Data base management system}
Q1. Create a student table from the student ID name and marks as attribute
where the student id is the primary key
Output
Q2. insert the detail of a new student in the above table
Output
Q3. Delete the details of a student in the above table
Output
Q4. Use the select command to get the details of the students with Mark 87
Output
Q5. Find the Min Max sum and average of the marks in a student marks table
Output
Q6. Find the total number of customers from each country in the table
(customer ID customer name customer country )using group by
Table use
Output
Q7. Write a sql query to order the ( student ID marks) table in descending order
of the marks
Output
Q8. Write a SQL query to display the marks without decimal place, displays the
remainder after dividing marks by 3 and display the square of marks
Output
Q9. Write a sql query to display name into capital letters , small letters , display
first three letters of number, display last three letters of name, display the
position the letter A in name
Output
Q10. Remove extra space from left right and both sides from the text -
“informatics practices class 12th"
Output
Q11.Display today's Date in ‘’date/month /year format’’
Output
Q13. Consider the table loan account (account number, customer name, loan
amount, installment, interest rate, start date) and get the answer for the
following sql query “write a sql query to return the day date month and year of
start date in the table”
Table use
Output
Q14. Write a sql query to return the “now day name ,month name” of start Date
in the table use the table loan account)
Output
Q15. Write a SQL query to find the LENGTH, INSTR of book name and convert
the book name using “lcase and ucase” in the table book details
Table use
Output