Assignment Questions - Data Analysis and Visualization Using Power BI and Tableau
Assignment Questions - Data Analysis and Visualization Using Power BI and Tableau
3. Descriptive Statistics:
Calculate the mean, median, and mode for the following dataset: [10, 15, 20, 25, 30, 35, 40].
Discuss the use of the interquartile range (IQR) as a measure of variability. Calculate the IQR for
the dataset: [22, 25, 28, 30, 35, 40, 45].
2. Data Normalization:
Given a dataset of exam scores ranging from 60 to 90, perform MinMax normalization to scale
the values between 0 and 1. Provide the normalized dataset.
3. Descriptive Statistics:
Using Python's statistical libraries, calculate the standard deviation for a dataset representing
daily temperatures over a month.
4. Data Visualization:
Using Matplotlib or any other suitable library, create a line chart to visualize the trend in stock
prices over the last six months. Include appropriate labels and a legend.