Skip to content

nithar007/Python-matplotlib-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python-matplotlib-assignment

DataScience_Assignment

Q1)

We have the min and max temperatures in a city In India for each months of the year. We would like to find a function to describe this and show it graphically, the dataset given below.

Task:

1.fitting it to the periodic function

2.plot the fit

Data Max = 39, 41, 43, 47, 49, 51, 45, 38, 37, 29, 27, 25 Min = 21, 23, 27, 28, 32, 35, 31, 28, 21, 19, 17, 18

Q2)

Matplotlib:

This assignment is for visualization using matplotlib:

data to use: url=https://raw.githubusercontent.com/Geoyi/Cleaning-Titanic-Data/master/titanic_original.csv

titanic = pd.read_csv(url)

Charts to plot:

Create a pie chart presenting the male/female proportion Create a scatterplot with the Fare paid and the Age, differ the plot color by gender

About

DataScience_Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published