0% found this document useful (0 votes)
2 views5 pages

MAT Assignment1 PDF

The document outlines a series of tasks related to data analysis using the 'martsales.csv' file. It includes instructions for calculating various statistical measures such as mean, median, mode, range, standard deviation, variance, IQR, skewness, kurtosis, and Z-score for the columns 'Item_MRP' and 'Item_Outlet_Sales'. Each task is assigned a mark, indicating its importance in the overall analysis.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

MAT Assignment1 PDF

The document outlines a series of tasks related to data analysis using the 'martsales.csv' file. It includes instructions for calculating various statistical measures such as mean, median, mode, range, standard deviation, variance, IQR, skewness, kurtosis, and Z-score for the columns 'Item_MRP' and 'Item_Outlet_Sales'. Each task is assigned a mark, indicating its importance in the overall analysis.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

#import numpy and panads libraries

Q1: Read the file "martsales.csv" and view it. (1 mark)


#Read the file "martsales.csv" (1 mark)
#view the your data

Q2: Calculate the mean of 'Item_MRP' and 'Item_Outlet_Sales'


(1 mark)
Q3: Calculate the median of 'Item_MRP' and
'Item_Outlet_Sales' (1 mark)

Q4: Calculate the mode of 'Item_MRP' and 'Item_Outlet


_Sales'
(1 mark)

Q5: Calaculate the range of 'Item_MRP'


. (1 mark)

Q6: Calculate the stndard deviation of 'Item_MRP' and


'Item_Outlet_Sales' (1 mark)
Q7: Calculate the varianace of 'Item_MRP' and
'Item_Outlet_Sales' (1 mark)

Q8: Calculate IQR of 'Item_MRP' and 'Item_Outlet_Sales'


. Use
scipy library (1 mark)
Q9: Calculate Skewness and Kurtosis (Pearson and Fisher) of
'Item_Outlet_Sales'
. Use scipy library (1 mark)

Q10: Calculate Z-Score of 'Item_MRP' and 'Item_Outlet_Sales'


Use scipy library (1 mark)

You might also like