0% found this document useful (0 votes)
15 views46 pages

IP Practical File

Hm hm theek hai bhai bol diya tha ki aap meri baat nhi karunga ki baat h

Uploaded by

gg1388334
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views46 pages

IP Practical File

Hm hm theek hai bhai bol diya tha ki aap meri baat nhi karunga ki baat h

Uploaded by

gg1388334
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 46

Data Handling

(Panda Python)
Program - 1
Aim :- Create a panda’s series from a dictionary of
values and and array.

Program - 2
Aim :- Given a series, print all the
elements that are above the 75th
percentile.
Program - 3
Aim :- Create a DataFrame quarterly sales where
each row contain the item category, item name,
expenditure. Group the rows by the category and
print total expenditure per category.
Program - 4
Aim :- Create a DataFrame based on e-commerce
data and generate descriptive statistics.
Program - 5
Aim :- Create a DataFrame for examination result
and display row labels, column labels dtype of each
column and the dimensions.
Program - 6

Aim :- Filter out rows based on different criteria


such as duplicate rows.
Program - 7
Aim :- Find the sum of each column or find the
column with lowest mean.
Program - 8
Aim :- Locate the 3 largest value in the data frame.
Program - 9
Aim :- Subtract the mean of a row from each
element of the row in a DataFrame.

Program - 10
Aim :- Replace all negative value of a data frame
with a 0.
Program - 11
Aim :- Replace all value missing values in data
frame with a 999.
Program - 12
Aim :- Importing and exporting data between
pandas and CSV file.
Data
Visualization
(Matplotlib
Python)
Program - 1

Aim :- Write a program to a plot line chart


to depict the changing weekly onion prices
for four weeks give appropriate axis label.

Output
Program - 2

Aim :- Marks is a list that stores marks of


students in 10 unit test.write program to plot
students performance in these 10 unit.
Output
Program - 3
Aim :- Given the school result data, analyses
the performance of the students on different
parameter.

OUTPUT
Program - 4
Aim :- For the Data frames created above,
analyze, and plot appropirate charts with title
and legend.

OUTPUT
Program - 5
Aim :- Write a program to scattered plot
of first v/s second array(array AvsB) with red
circle markers.
OUTPUT
Program - 6

Aim :- Using color code:-


Program - 7
Aim :- Tanushree is doing sum research
she has a stored line of Pascal’s triangle
numbers as ar2 as shown below.
OUTPUT
Program - 8
Aim :- Take data of your interest from an
open source (e.g. data.gov.in), aggregate
and summarize it. Then plot it using
different plotting functions of the Matplotlib
library.
OUTPUT
Data
Management
(MySQL)
Command-1
Aim :- Create a student table with the student
id, name, and marks as attributes where the
student id is the primary key.
Command-2

Aim :- Insert the details of a new student in the


above table.
Command-3
Aim :- Delete the details of a student in the
above table
Command-4

Aim :- Use the select command to get the


details of the students with marks more 80.
Command-5
Aim :- Find the min, max, sum, and average
of the marks in a student marks table.
Command-6
Aim :- Find the total number of customers from
each country in the table (customer ID,
customer Name, country) using group by.

Command-7
Aim :- Write a SQL query to order the (student
ID, marks) table in descending order of the
marks.

Command-8
Aim :- Write a SQL query to display the
1- marks without decimal places-
2- display the reminder after diving
3- display the square of marks.
Command-9
Aim:- Write the SQL query to display :-

1- name into capital letter:-


2- name into small letter:-
3- display first and last three letters of
name and postion of A:-
Command-10

Aim:- Remove extra places from left ,


right and both sides From the text
“Informatics practices class XII”.
Command-11

Aim :- Display today’s date in.


Command-12

Aim:- Display day name , month name ,


day , date of month , day of year for today
date.
Command-13

Aim :- Create a table with drink name , drink


code , price , calories.
Command-14
Aim :- Write a SQL query to insert values into
your table.
Command-15

Aim :- Write a SQL query to update values of a


specific column in your table.

You might also like