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 Python razack_ar 55 years 1 Answer 807 views Member 3
Answer ( 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()