Question: # CG QO - Read in the IMDB.csv file and name your object imdb. ###### Don't forget to use the strings = T argument in

# CG QO - Read in the IMDB.csv file and name your object imdb.
###### Don't forget to use the strings =T argument in read.csv().
# CG Q1- Use the nrow() function to find
##### how many movies are available in this dataset.
# CG Q2- Use the ncol() function to find
##### how many variables are available for each movie.
# CG Q3- Use the mean() function to find the average rating ##### for movies in this dataset.
# CG Q4- Use the mean() function to find the average budget ##### for movies in this dataset.
# CG Q5- Use the sum() function on a logical vector to count ##### the number of movies with a rating that is larger than 9.
# CG Q6- Use the sum() function on a logical vector to count ##### the number of movies with a rating that is 9 or more.
# CG Q7- Use the min() function to find the shortest movie length in minutes.
# CG Q8- Use the ) function to find the longest movie length in minutes.
 # CG QO - Read in the IMDB.csv file and name

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!