Back to Browse

Assignment3 | COMP | DSBDL

522 views
May 6, 2024
20:27

Descriptive Statistics - Measures of Central Tendency and variability Perform the following operations on any open-source dataset (e.g., data.csv) 1. Provide summary statistics (mean, median, minimum, maximum, standard deviation) for a dataset (age, income etc.) with numeric variables grouped by one of the qualitative (categorical) variable. For example, if your categorical variable is age groups and quantitative variable is income, then provide summary statistics of income grouped by the age groups. Create a list that contains a numeric value for each response to the categorical variable. 2. Write a Python program to display some basic statistical details like percentile, mean, standard deviation etc. of the species of ‘Iris-setosa’, ‘Iris-versicolor’ and ‘Iris- verginica’ of iris.csv dataset. Provide the codes with outputs and explain everything that you do in this step. #DSBDL #COMP #SPPU #PICT

Download

0 formats

No download links available.

Assignment3 | COMP | DSBDL | NatokHD