English, asked by chandni8386, 1 month ago

Q 1. a) Create and display the dataframe of the following data: 2 Marks

TABLE : ITEMS


INO

INAME

PRICE

BRAND

QTY
I1
Monitor
5000
HCL
10
I2
Keyboard
800
DELL
20
I3
Mouse
1100
HP
30
I4
Speaker
2650
JBL
10
I5
Printer
8500
HP
10

b) Write the data into a CSV file named Items.csv 1 Mark c) Read the ‘Items.csv’ to create a data frame and display INO, INAME and BRAND from ‘Items.csv’ file. 2 Mark
d) Display the first 3 and last 2 records from ‘Items.csv’ file. 1 Mark
e) Analyse the data and create a line chart. (IName vs Qty) 1 Mark
f) Analyse the data and create a bar graph. (IName vs Price) 1 M

Answers

Answered by anirudh785
0

Answer:

sorry didn't know this answer

Similar questions