logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Steven HughesEducation
(5/5)

640 Answers

Hire Me
expert
Tanusree KunduMathematics
(/5)

774 Answers

Hire Me
expert
Jackson MitchellComputer science
(4/5)

920 Answers

Hire Me
expert
Brayden JamesComputer science
(5/5)

981 Answers

Hire Me
Excel
(5/5)

dd a column to the right of “Worldwide Gross”, called Gross Sales equal to the sum of “Worldwide Gross” and “US Gross”.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

EXPLORE DATA

1. Convert raw tabular data into a Table structure.

2. How many Rows and Columns are there?

3. Are there any missing (blank) columns? If so, which Columns are they?

DATA PREP

1. Add a column to the right of “Worldwide Gross”, called Gross Sales equal to the sum of “Worldwide Gross” and “US Gross”.

 

 

2. Add a column to the right of Gross Sales called Avg Gross Box Office Sales. Apply the following calculation:

 

=IF(AND(B2>0, C2>0),AVERAGE(B2:C2), IF(AND(B2=0, C2>0),C2, 0))

 

3. For “Release Date”, add columns Release Month and Release Year. Use appropriate functions. Review Common Data Prep Functions as needed.

4. Add a column called Release Decade. Apply the following function: Note: J is the column for “Release Year” created above. Your column may be different. I suggest you copy and paste into a text editor and update as needed. Do not use MS Word, it needs to be text only. You can use this online text editor: https://www.onlinetexteditor.com/

=IF(VALUE(J2)<1920,"1910s", IF(VALUE(J2)<1930,"1920s", IF(VALUE(J2)<1940,"1930s", IF(VALUE(J2)<1950,"1940s", IF(VALUE(J2)<1960,"1950s", IF(VALUE(J2)<1970,"1960s", IF(VALUE(J2)<1980,"1970s", IF(VALUE(J2)<1990,"1980s", IF(VALUE(J2)<2000,"1990s", "2010s")))))))))

5. Add a column called Rating Category to the right of “MPAA Rating” Apply the following function: Note: L is the column for “MPAA Rating”. Your column may be different

=IF(ISBLANK(L2), "N/A", VLOOKUP(L2,Ratings!$A:$B,2,0))

6. Add a column called Genre to the right of “Major Genre” Apply the following function: Note: Q is the column for “Major Genre”, Your column may be different

 =IF(ISBLANK(Q2),"Other",IF(Q2="Black Comedy", "Comedy", Q2))

EDA & DASHBOARD

Perform full exploratory data analysis (EDA) by creating pivot tables and visualizations (on separate sheets). For each of the following charts, also include a few sentences describing the insights offered by the visualization.

1. Sales throughout the years. Create the pivot table and the following chart. Select Row Labels to sort by ‘Sum of Gross Sales’. Also apply a filter for ‘Sum of Gross Sales” > 0

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme