Answered step by step
Verified Expert Solution
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
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 binsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started