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

Table

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)
26 views

Table

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/ 1

S.No Name of the Exercises Page.

No
Programs using Pandas
SERIES
1 Creating a Python program to create a series using a dictionary. 3
2 Creating a Python program to create a series using scalar value. 4
3 Creating a Python program to create a series using numpy array. 5
4 Creating a Python program for modifying or updating existing 6
values of series object.
5 Creating a Python program for performing mathematical 7
operations on two Series objects.
6 Creating a Python program for calculating per capita income of 8
four zones using Series.
7 Creating a Python program to display attributes of a Series. 9
8 Creating a Python program using head() and tail() in Series. 10
DATAFRAME
9 Creating a Python program for creating a DataFrame using a 11
nested list.
10 Creating a Python program for creating a DataFrame using a 12
dictionary of lists.
11 Creating a Python program for accessing values of rows and 14
columns of a DataFrame.
12 Creating a Python program to perform operations on a 16
DataFrame (rename, count, update, replace).
13 Creating a Python program to filter the data of a DataFrame. 18
14 Creating a Python program to display the attributes of the 19
DataFrame.
15 Creating a Python program to display the data of a DataFrame 20
row-wise and column-wise using iterrows() and iteritems()
16 Creating a Python program to perform writing and reading 22
operations in a CSV file.
Programs using Matplotlib – Data Visualization
17 Creating a python program for plotting a line chart. 23
18 Creating a python program for plotting a bar chart from a CSV 24
file.
19 Creating a python program for plotting a multiple bar chart from 25
a CSV file.
20 Creating a python program for plotting Histogram. 26
SQL Queries
21 SQL COMMANDS EXERCISE – 1 (Basic Queries – I) 27
22 SQL COMMANDS EXERCISE – 2 (Basic Queries – II) 29
23 SQL COMMANDS EXERCISE – 3 (Aggregate functions, Order 31
by Group by, Having Clause)
24 SQL COMMANDS EXERCISE – 4 (Math Functions) 33
25 SQL COMMANDS EXERCISE – 5 (Text Functions) 35
26 SQL COMMANDS EXERCISE – 6 (Date Functions) 37

You might also like