Question: 2 . 8 LAB: Five number sumary Write a program that will do the following tasks: Load the file internetusage.csv into a data frame called
LAB: Five number sumary
Write a program that will do the following tasks:
Load the file internetusage.csv into a data frame called df
Create a new data frame, internet, by subsetting the internetusage column.
Print the five number summary for the internet data frame.
The output should be:
LAB: Five number summary
Write a program that will do the following tasks:
Load the file internetusage.csv into a data frame called df
Create a new data frame, internet, by subsetting the internetusage column.
Print the five number summary for the internet data frame.
The output should be:
internetusage
count
mean
std
min
max
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
