0% found this document useful (0 votes)
5 views

Index (Program)

Uploaded by

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

Index (Program)

Uploaded by

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

INDEX

S.NO DESCRIPTION
01 WAP to create a series object “s5” in pandas and calculate the cube of the series values.

02 WAP to find out the biggest and smallest three areas from the given series.

03 WAP to create 2 series objects “C11” and “C12” to store the no. of students in three different
streams of classes 11 and 12 & find the total no. of students in both class stream wise.
04 WAP to create a dataframe from list of dictionaries of 4 zonal offices.

05 WAP to display data in ascending order of age.

06 Write a code to sort data of single column in descending order.

07 WAP to create object that store the contribution amount as the value and section names as index
number.
08 Write a code to modify the amount in the given series and display the series.

09 WAP to calculate compound interest.

10 WAP to find out biggest and smallest three areas by using head and tail function.

11 Write a code to draw a line chart showing the temperature of Delhi in first 6 months as per the
data given.
12 WAP to plot two charts in different views of the same axis, keeping the colors and linestyle for
both the different graphs & two line graphs showing the strength of 4 sections of classes XI &XII.
13 WAP to display 2 different line graph in parallel, graphs showing the number of candidates in five
different subjects in 2023-2024.
14 Write a python code to draw a bar chart to show the sales of different states in million.

15 Write a python code to show multiple bar charts to show the population of men and women from
2018-2023.
16 Write a python code to show multiple bar charts to show variation marks in five different subjects
for three different year.
17 Draw the histogram with given data with value of bins as 7.

18 Write a python code to create a simple histogram for the 14 values given.

19 Write SQL queries (on the table “EMP”).

20 Create the table library and perform the following SQL queries.

21 Find out the output of the given MYSQL functions.

You might also like