IP Practical File
IP Practical File
(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
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
Output
Program - 2
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
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 :-