Class 12 Ip Practical Programs 2023-24 (Updated) - PDF - SQL - Python (Programming Language)
Class 12 Ip Practical Programs 2023-24 (Updated) - PDF - SQL - Python (Programming Language)
AI-enhanced
PRACTICAL PROGRAMS No ratings yet
IP Practical File 2024-25
This document contains the details of 26 Python
programming exercises on Pandas and Matplotlib
for class 12 students. The exercises cover topics like 22 pages
53 pages
22 pages
GRADE XII –
89% (53)
Ip Project
[2023-2024]
21 pages
88% (24)
Literacy Rate Analysis
Project File
38 pages
82% (28)
Air Ticket Reservation:
Project On
25 pages
100% (1)
Most Expected 2 Marks
Most Expected Questions
Stack Computer Scien…
100% (1)
IP Project
28 pages
No ratings yet
School Management
using Series.
7. Creating a Python program to display attributes of a Series. 9 80% (5)
Informatics Practices: A
8. Creating a Python program using head() and tail() in Series. 10
Project Work On
DATAFRAME
9. Creating a Python program for creating a DataFrame using a nested list. 11 29 pages
2 26 pages
50% (6)
IP Project Vaishnavi
Vaishnav Class 12
179 pages
60% (5)
EX.NO: 1
Class12-Cs-Practical File
DATE: (Final) PDF
100% (1)
Data File Handling Notes
19 pages
77% (13)
SAMPLE OUTPUT:
Python Project For Class
12 CBSE BOARD .TXT -
Cppy
16 pages
0% (1)
Xiiip Practical 2023-24 -
Final
************************************************************************************************
38 pages
100% (2)
Practical File IP Class 12
2023 24
65 pages
75% (8)
Final Copy of Class Xii Ip
2022-23-Worksheets-
Amd
114 pages
100% (1)
3 Class 12 Ip Project
21 pages
No ratings yet
Ip Project Class 12
EX.NO: 2
DATE: 21 pages
AIM:
6 pages
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. 100% (3)
Ip Project - Docx1
SOURCE CODE:
22 pages
100% (4)
Complete Practical File
of Class XII-IP 2020-21
72 pages
0% (1)
SAMPLE OUPUT:
Data Handling: Q-
1.Create A Pandas Series
From A Dictionary of…
28 pages
100% (1)
Assignment-1 (Python
Pandas-Series Object
and Data Frame: 1.…
8 pages
100% (1)
XII - Informatics
Practices (LAB MANUAL)
42 pages
50% (4)
1) Create A Student
Table With Student - Id,
Name and Marks As…
4
5 pages
100% (1)
Ip Project Hotel
Management Class12
27 pages
EX.NO: 3
No ratings yet
DATE: Pandas Practicals -
Term-1
CREATING A PYTHON PROGRAM TO CREATE A
SERIES USING NUMPY ARRAY
18 pages
100% (2)
AIM: Class 12 IP Project
To write a Python program to create a Series object that stores the Employee names
as index and their Salary as values
26 pages
0% (1)
SOURCE CODE: School Management:
Computer Science
35 pages
100% (4)
Program-1: Given A
Stack Named Book -
Details That Contains…
RESULT:
3 pages
Thus, the above Python program has been executed successfully, and the output has
50% (2)
been verified.
Lab Exercise of Class 11
IP Mysql
No ratings yet
Worksheet Class Xii Ip
2023-24
143 pages
*************************************************************************************************
50% (6)
Informatics Practices
Project Class 12
45 pages
No ratings yet
SQL Queries Class 12
7 pages
5 67% (3)
Student Data
Management 1 2
31 pages
100% (2)
Olympic Games Analysis
System: Lal Bahadur
Shastri School
EX.NO: 4
40 pages
DATE:
No ratings yet
CREATING A PYTHON PROGRAM FOR MODIFYING OR UPDATING EXISTING VALUES Write A Program That
OF SERIES OBJECT. Reads A Line and Prints
Its Statistics Like
AIM:
18 pages
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 50% (2)
changed, along with the new salary, and update it in the Series. Important Questions of
CSV File in Python
Source Code:
9 pages
0% (1)
Sweet Shop-1
25 pages
100% (1)
Informatics Practices
Practical File Class 12th -
Pandas, Matplotlib &…
27 pages
100% (2)
RESULT: Railway Reservation
System
Thus, the above Python program has been executed successfully, and the output has
been verified.
28 pages
Sample Output:
No ratings yet
Practical File Informatics
Practices Class 12 For
2022-23
26 pages
67% (3)
Class 12 CSC Practical
File Mysql
21 pages
50% (2)
Literacy Rate Analysis
****************************************************************************************
Project File
6
41 pages
67% (3)
Class 12 Function
Worksheet
5 pages
EX.NO: 5
SOURCE CODE:
40 pages
No ratings yet
Nikhil Vijay
35 pages
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
SAMPLE OUTPUT:
**************************************************************************************************
EX.NO: 6
DATE:
AIM:
To write a Python program to create two series i.e. population and average
income of Four Zones, and then calculate per capita income storing in third
pandas series print it.
Source Code:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
Sample Output:
***************************************************************************************
EX.NO: 7
DATE:
AIM:
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
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
SAMPLE OUTPUT:
*************************************************************************************************
EX.NO: 8
DATE:
AIM:
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.
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
SAMPLE OUTPUT:
**************************************************************************************************
10
EX.NO: 9
DATE:
AIM:
To write a Python program to create a panda’s Data Frame for the following table Using
Nested list:
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
SAMPLE OUTPUT:
**************************************************************************************************
11
EX.NO: 10
DATE:
AIM:
To write a Python program to create a panda’s DataFrame called DF for the following
table Using Dictionary of List and perform the following operations:
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
12
SAMPLE OUTPUT:
*************************************************************************************************
13
EX.NO: 11
DATE:
AIM:
To write a Python program to create a panda’s DataFrame called DF for the following
table Using Dictionary of List and perform the following operations:
(i) Insert a new column “Bags” with values as [5891, 8628, 9785, 4475].
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
14
SAMPLE OUTPUT:
**************************************************************************************************
15
EX.NO: 12
DATE:
AIM:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
16
Sample Output:
*************************************************************************************
17
EX.NO: 13
DATE:
AIM:
To write a Python program to create a panda’s DataFrame called DF for the following table
using Dictionary of List and display the details of students whose Percentage is more than
85.
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
SAMPLE OUTPUT:
*******************************************************************************************
18
EX.NO: 14
DATE:
DATAFRAME
AIM:
To write a Python program to create a DataFrame using Dictionary of list and display
the following attributes of the DataFrame: (i) index (ii) columns (iii) axes (iv) dtypes
(v) shape (vi) dimension (vii) T
SOURCE CODE:
RESULT:
Thus, the above Python program is executed successfully and the output is verified.
SAMPLE OUTPUT:
*******************************************************************************************
19
EX.NO: 15
DATE:
AIM:
To write a Python program to create a panda’s DataFrame called Students for the
following table and demonstrate iterrows and iteritems.
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
20
SAMPLE OUTPUT:
**********************************************************************************************
21
EX.NO: 16
DATE:
AIM:
To Write a Python program to store the details of Employess’ such as Empno, Name,
Salary into a Employee.csv file. Also, write a code to read employee details from csv
file.
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed successfully, and the output has
been verified.
SAMPLE OUTPUT:
**********************************************************************************************
22
EX.NO: 17
DATE:
AIM:
To write a Python program to plot a Line chart to depict the changing weekly Onion
and Brinjal prices for four weeks. Also, give appropriate axes labels, title and keep marker
style as Diamond and marker edge color as ‘red’ for Onion.
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed and verified successfully, and its
respective chart has been generated successfully.
SAMPLE OUTPUT:
*********************************************************************************************
23
EX.NO: 18
DATE:
AIM:
Source Code:
RESULT:
Thus, the above Python program has been executed and verified successfully, and its
respective chart has been generated successfully.
Sample Output:
***********************************************************************************************
24
EX.NO: 19
DATE:
AIM:
To write a Python program to plot a multiple bar chart From CSV file using Matplotlib
for subject wise Scores of Class A, Class B, and Class C. Different colors represent each
class, and subjects include English,Accountancy,Economics,BST and IP. Proper labels,
a title and a legend are displayed on the chart.
Source Code:
RESULT:
Thus, the above Python program has been executed and verified successfully, and its
respective chart has been generated successfully.
Sample Output:
*****************************************************************************************************
25
EX.NO: 20
DATE:
PLOTTING HISTOGRAM
AIM:
To write a Python program to plot a Histogram for the following class interval or
range. Also, give appropriate axes name, title and edege color as ‘red’.
SOURCE CODE:
RESULT:
Thus, the above Python program has been executed and verified successfully, and the
respective chart has been generated successfully.
SAMPLE OUTPUT:
******************************************************************************************
26
Ex.No: 21
DATE:
(Basic Queries – I)
AIM:
To write Queries for the following Questions based on the given table:
USE EMPS;
27
(e) Write a Query to List all the tables that exists in the current database.
SHOW TABLES;
Output:
(f) Write a Query to insert all the rows of above table into Info table.
(g) Write a Query to display all the details of the Employees from the above table 'INFO'.
Output:
****************************************************************************************************
28
Ex.No: 22
DATE:
AIM:
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.
Output:
(b) Write a Query to Display all details of Employees who are living in Chennai.
Output:
29
(c) Write a Query to get the name and salary of the employee whose salary is above
15000 and gender is not male.
Output:
(d) Write a query to update increase 10% Salary of an employee whose City is 'CHENNAI'
and Gender is 'MALE'.
*************************************************************************
30
Ex.No: 23
DATE:
AIM:
To write Queries for the following Questions based on the given table:
Output:
Output:
(c) Write a Query to display maximum salary and minimum salary of employees.
Output:
31
(d) Write a Query to count the number of employees earning more than 25000.
Output:
(e) Write a query to display sum of salary of the employees grouped by department wise.
Output:
(f) Write a query to display the department names where number of employees are
greater than or equal to 2.
Output:
****************************************************************************************
32
Ex.No: 24
DATE:
SQL COMMANDS EXERCISE – 4
(Mathematical Functions)
AIM:
To write Queries for the following Questions based on the given table -"STU":
(a) Write a Query to Display square of age that got admission in the month of August.
Output:
Output:
33
(c) Write a Query to display Student names and their Percentage in round figure.
Output:
(d) Display Name, Percentage and round up the remainder marks up to 2 decimal
places.
Output:
**************************************************************************************
34
Ex.No: 25
DATE:
SQL COMMANDS EXERCISE – 5
(Text Functions)
AIM:
To write Queries for the following Questions based on the given table -"STU":
Output:
(b) Write a Query to display department name and its respective number of characters
in Dept column.
Output:
35
Output:
Output:
(e) Write a query to display the names of all students and extract five characters from the
third position of the 'Name' field.
Output:
**********************************************************************************************
36
Ex.No: 26
DATE:
AIM:
To write Queries for the following Questions based on the given table:
(a) Write a Query to display student name and month of date of admission of all
students.
Output:
(b) Write a Query to display Student name and day name of the students’ DOA of the
table STU.
Output:
37
Output:
(d) Write a Query to Display the month for the date_of_birth of all students.
Output:
(e) Write a query to display the names of the students who joined in the month of June.
*********************************************************************************************
38
Invite friends
Documents
Language: English Copyright © 2024 Scribd Inc.