Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This assignment and all files associated with it is copyrighted. Do not share to Chegg or any other person, website, or tool. Use the Case

This assignment and all files associated with it is copyrighted.
Do not share to Chegg or any other person, website, or tool.
Use the Case 1 README for details regarding each question.
CG QD - 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 max() function to find the longest movie length in minutes.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions