Question: I need help with question 1.2 num_successes Data Science, Python Jupyter Notebook I was thinking something like... prisoner_table = np.append(prisoner_table, (prisoner == p)) or prisoner_table

I need help with question 1.2 num_successes

Data Science, Python Jupyter Notebook

I need help with question 1.2 num_successes Data Science, Python Jupyter Notebook

I was thinking something like... prisoner_table = np.append(prisoner_table, (prisoner == p)) or

I was thinking something like... prisoner_table = np.append(prisoner_table, (prisoner == p)) 

or

prisoner_table = prisoner_table.with_column('found', prisoner_table.where(prisoner.contains(p)) 

num_succeses = np.count_nonzero(prisoner_table.column('found')

In [45]: def open_random_drawers(p, d): draw [] while(1 d): np. random . randint(0,p) in () 1 prisonertable- Table().with_columns ( In [45]: def open_random_drawers(p, d): draw [] while(1 d): np. random . randint(0,p) in () 1 prisonertable- Table().with_columns (

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!