Ip Practical File Class 12
Ip Practical File Class 12
Ip Practical File Class 12
Solution :-
Output :-
Q2 :- Answer The Following :-
Solution :-
Q3 :- Answer The Following :-
I ) Write A Code to create a Series object
using a dictionary that stores the number
of students In each section of class 12 in
your school.
Solution :-
Q4 :- Object 1 Population stores the
details of population in four metro cities
of india and object 2 AvgIncome stores
the total avg income reported in prv. Year.
Calculate income Per capita for each of
these metro cities.
Solution :-
Output
Q5 :- Write a code to create a Series
object that stores the contribution
amount as the values and the section
names as the indexes with datatype as
float32. The donation will be doubled.
Solution :-
Output :-
Q6 :- Consider a given Series Subject :-
English 87
Economics 54
Hindi 78
Accountancy 89
Business Studies 67
Solution :-
Output :-
Python Pandas : DataFrame
Solution :-
Q2 :- Write a program to create a
Dataframe from a list containing
dictionaries of the sales performance of
five zonal offices. Zone names should be
the row labels.
Solution :-
Output :-
Q3 :- Answer the following :-
Solution :-
Q4 :- Write a program to create a
DataFrame Place With Columns
Population , Hospitals And Schools and
with Index [ Delhi , Mumbai , Kolkata ,
Chennai And Banglore ]
Solution :-
Output :-
Q5 :- From the dtf5 used in the above
question, create another DataFrame and
it must not contain the column
“Population” And the row Banglore.
Solution :-
Output :-
Q6 :-- Write a program to create a
DataFrame Place With Columns
Population , Hospitals And Schools and
with Index [ Delhi , Mumbai , Kolkata ,
Chennai And Banglore ]. Transfer it and
read the same in csv file.
Solution :-
Q7 :- Consider the following DataFrame
Salesdf :-
Target Sales
Solution :- Output :-
Q8 :- Write a program to create a
DataFrame namely Aid that stores the aid
by NGOs for different states. Transfer the
data in csv file and read the same.
Solution :-
Q9 :- Create a DataFrame based on
ecommerce data and generate
descriptive statistics ( Mean , Median ,
Mode , Quartile And Variance ).
Solution :-
Output :-
Plotting Line Graph
Solution :-
Output :-
Q2 :- Write a program to create
DataFrame “ Df “ Having Column as week
and marks. Also plot a line graph for the
same.
Solution :-
Output :-
Plotting Bar Graph
Solution :-
Output :-
Q2 :- Write a Program To create a
DataFrame “ Tournaments “ Having
column as [ Gold , Silver , Bronze ,
Copper]. Also plot a bar graph from the
medals won by India Only for the same.
Solution :-
Output :-
Plotting Histogram
Mu=100
Sigma=15
X=mu+sigma*numpy.random.randn(10000)
Solution :-
Q2 :- A Survey gathers height and weight of
100 participants and recorded the
participants ages as :-
Ages=[1,1,2,3,5,7,8,9,10,11,13,13,15,16,17, 18,19,20,21,21,23,24,24,24,25,25,25,26,26,
26,27,27,27,27,29,30,30,30,30,31,33,34,34, 34,35,36,36,37,37,38,38,39,40,40,41,41,42,
43,45,45,46,46,47,48,48,49,50,51,51,52,52, 53,54,55,56,57,58,60,61,63,65,66,68,70,72,
74,75,77,81,83,84,87,89,90,91]
Solution :-
Output :-
MySQL – Structured Query Language
Solution :-
Output
Inserting Values In A Relation Product :-
Solution :-
Output :-
Output :-
Solution :-
Output :-
4 :- Write a program to display “ Washing
Powder “ in uppercase Letter.
Solution :-
Output :-
Solution :-
Creating table Fitness in Gym Database :-
Solution :-
Output :-
Solution :-
Output :-
Output :-
Solution :-
Creating table Softdrink In A Drinks
Database :-
Solution :-
Output :-
Output :-
Solution :-
Output :-
4 :- Write a program to display the string “
Nature Necter “ In Lowercase letter.
Solution :-
Output :-
MYSQL – Multi Table Questions
Solution :-
Solution :-
Output :-
Solution :-
3 :- Write a query to display the
Name,Corresponding Fare and F_Date of
all Passengers Who have a Flight to Start
from Delhi.
Solution :-
Output :-
Q2 :- Write a Program to create a
Database Office and Join them. Also Show
the workings in a proper manner.
Solution :-
Output :-
2 :- Write a query to display The
Productname, City , Price From the
relation Company And Customer. Join
them and display those values whose
Productname is Mobile.
Solution :-
Output :-
Solution :-
Output :-
Solution :-
Q3 :- Write a Program to create a
database “ Showroom”. Join them and
show the creation and insertion of values
in a relation in a proper manner.
Solution :-
Solution :-
Output :-
Solution :-
Output :-
Solution :-
Output :-
Solution :-
Output :-