0% found this document useful (0 votes)
3 views18 pages

Python Data Manipulation Project

Uploaded by

akaljotsingh2638
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)
3 views18 pages

Python Data Manipulation Project

Uploaded by

akaljotsingh2638
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

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

You might also like