box plot| python|

Question

assume you have imported csv in jupyter note book

write a function to construct value for box plot.

 

in progress 0
razack_ar 3 years 1 Answer 599 views Member 3

Answer ( 1 )

  1. import panda as pd
    import numpy as np
    import matplot.lib as pyplot
    df=pd.read_csv(‘C:\Users\Ibrahim\Downloads\train_u6lujuX_CVtuZ9i.csv’)
    df.describe()

Leave an answer

Browse
Browse