Assignment (Working With Pyplot)
Assignment (Working With Pyplot)
Q1) Write a python code to plot a line graph based on the following Dataframe’s data:
import pandas as pd
‘Age’:[22,18,28,20,39,25], ‘Weight’:[42,55,50,65,60,55]})
The line graph’s xaxis and yaxis value may be taken as dataframe’s index value and
i)Title
Q2) Consider the following graph. Write the python code to plot the graph .
Q3) Write the output from the following given code:( assume that library has been