Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

STATISTICAL Run the code cell below to get a preview of the Oscar for Best Actress data set. 1. What are the variables in the

STATISTICAL

image text in transcribed

Run the code cell below to get a preview of the Oscar for Best Actress data set. 1. What are the variables in the data set? 2. Identify the type of each variable. Normal*BIU8994: Code Cell 1 of 3 \begin{tabular}{|ll|l} \hline In [2] & 1 & import pandas \\ & 2 & df - pandas.read_csv("https://raw. githubusercontent.com/zucourses/SIA-Pub1ic/main/DataK2escts/Oscar\%2eBestKzeactress _csv") \\ & 3 & df.head() \end{tabular} out [2] Queation 3 of 4 Run the code below to get a histogram of the distribution of the ages of the actresses. Try changing the number of bins in the histogram and use the one that you think gives the most helpful summary of the distribution. Justify your choice of bin width. Hint. plt hist(df['Age'], 50) =the last parameter in bold specifies the number of bins

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

Recommended Textbook for

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions