A.S.
MODERN SENIOR
SECONDARY SCHOOL
KHANNA
PYTHON Project file
NAME- Akaljot Singh Boparai
CLASS- XII-B
ROLL NO-13680515
SUBMITTED TO-Ms. Shailja Verma
INFORMATICES PRACTICES-065
# Creating a dicitionary
of list
#Output
# Add a new column
“Occupation”
#Output
# Using .loc to add new row
#Output
#Create a series from the
dictionary
#Output
# Create a series with specific
dictionary items using index
argument
#Output
# Creating a line chart
#Output
# To display first 3 rows from
data frame
#Output
# Creating a bar graph with
colors
#Output
# Update data for specific
names in the data frame
#Output
# Creating a data frame from a
list of dictionaries
#Output
# Creating a data frame from
2D dictionary with values as
series object
#Output
# Removing a row from the
dataframe
#Output
# creating a series object using
slicing
#Output
# Creating specific dictionary
items using columns argument
#Output