Page 1 of 1

Working with the ice cream.csv dataset. Read this dataset into a dataframe called icecream. Part a Provide 2 different l

Posted: Sun Sep 05, 2021 5:13 pm
by answerhappygod
Working With The Ice Cream Csv Dataset Read This Dataset Into A Dataframe Called Icecream Part A Provide 2 Different L 1
Working With The Ice Cream Csv Dataset Read This Dataset Into A Dataframe Called Icecream Part A Provide 2 Different L 1 (74.47 KiB) Viewed 102 times
Working with the ice cream.csv dataset. Read this dataset into a dataframe called icecream. Part a Provide 2 different lines that can display the "Income" column from the icecream dataset. Part b Provide a scatterplot of Price versus Temperature. On the same scatterplot, show those prices that are above 0.275 using a red filled-in square. Does there appear to be a possible linear relationship between Price and Temperature? Part c Provide a boxplot of the Income variable. Based upon the boxplot, can you determine whether the sample is left-skewed, symmetric, or right-skewed? Part d What is the average Price and standard deviation when the Temperature is between 50 and 65 (including these values)? Part e What is the average Price along with the 10th, 25th, 78th, and 90th percentiles when the Temperature is less than 50 or greater than 65?