Dataframe Practical
Dataframe Practical
PANDAS DATAFRAME
DATAFRAME -PROGRAM-1
5. Write a program in Python to create a DataFrame DF as shown below
and perform the following operations on it.
PROGRAM:
OUTPUT:
PRACTICAL- 6
PANDAS DATAFRAME
DATA FRAME -PROGRAM-2
6. Write a program in Python to create a DataFrame DF as shown below
and perform the following operations on it.
\
OUTPUT:
PRACTICAL -7
PANDAS DATA FRAMES
DATA FRAMES-PROGRAM-3
DATA FRAMES-PROGRAM-4
8) a) Write a Pandas program to join the two given data frames along
rows and assign all data. Data Frames are converted from
dictionaries Dic1 and Dic2 with the keys as name, perc and qualify
with values.
PROGRAM:
OUTPUT:
8) b) Write a Pandas program to join the two given data frames along
columns and assign all data. Data Frames are converted from
dictionaries Dic1 and Dic2 with the keys name, perc and qualify with
values
PROGRAM:
OUTPUT: