I.P Practical File Final
I.P Practical File Final
Problem Definition:
To write a Python program to create a Series to store 5 students Percentage
Using dictionary and print all the elements that are above 75 percentage.
Coding:
Problem Definition:
To write a Python program to create a Series object that stores the Initial
budget allocated (50000/- each) for the four quarters of the year: Qtr1, Qtr2,
Qtr3 and Qtr4.
Coding:
Coding:
Problem Definition:
To Write a Python program to create a Series object with Employee names as the
index and their salaries as values. Accept the name of the employee whose salary
needs to be changed, along with the new salary, and update it in the Series.
Coding:
Coding:
Coding:
Problem Definition:
To write a Python program to create a Series using list and display the following
attributes of the Series: (i) index (ii) dtype (iii) size (iv) shape (v) hasnans.
Coding:
Problem Definition:
To write a Python program to create a Series using list of Marks of 10
students and display first 5 Students’ marks and Last 2 Students’ marks from
Series object.
Coding:
Problem Definition:
To write a Python program to create a panda’s Data Frame for the following table
Using Nested list:
Coding:
i. Insert a new column “Bags” with values as [5891, 8628, 9785, 4475].
ii. Delete the row details of M.P from DataFrame DF.
Coding:
Coding:
Coding:
Coding:
Coding:
Coding:
Coding:
Coding:
Coding:
~Write a Query to List all the tables that exists in the current database.
~Write a Query to insert all the rows of above table into Info table.
To write Queries for the following Questions based on the given table:
(a) Write a Query to Display Employees’ name and City from the above table.
(b) Write a Query to Display all details of Employees who are living in Chennai.
(d) Write a query to update increase 10% Salary of an employee whose City is
'CHENNAI' and Gender is 'MALE'.
To write Queries for the following Questions based on the given table:
Write a Query to count the number of employees earning more than 25000.
Write a query to display the department names where number of employees are greater than
or equal to 2.
To write Queries for the following Questions based on the given table -"STU":
Write a Query to Display square of age that got admission in the month of August.
Display Name, Percentage and round up the remainder marks up to 2 decimal places.
To write Queries for the following Questions based on the given table -"STU":
Write a Query to display department name and its respective number of characters
in Dept column.
To write Queries for the following Questions based on the given table -"STU":
Write a Query to display student name and month of date of admission of all students.
Write a Query to display Student name and day name of the students’ DOA of the table STU.
Write a Query to Display the month for the date of birth of all students.
Write a query to display the names of the students who joined in the month of June.