Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a function to receive a cast name as input, search the dataset and return information about that actor from the database. Your function

Write a function to receive a cast name as input, search the dataset and return information about that actor

Write a function to receive a cast name as input, search the dataset and return information about that actor from the database. Your function should meet the following requirements: Your function should receive an actor name as an input string and return (1) their average movie duration rounded up to a whole number, and (2) a list of their movies from the list. . If the actor name supplied is not found in the database, return the message: No movie found for the artist: [supplied actor name]. E.g, If I search for an artist named Jennifer Lopez, the function should return: No movie found for the artist: Jennifer Lopez (this is an example!!). Remember to deal with whatever letter case you are supplied i.e. all caps or all lowercase, etc. Remember to consider the file type of EVERY row of information when writing out your function.

Step by Step Solution

3.53 Rating (160 Votes )

There are 3 Steps involved in it

Step: 1

Here is a Python function to receive a cast name as input search the dataset and return information ... 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_2

Step: 3

blur-text-image_3

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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

Calculate UTX's market value-added (MVA) for each year 2010-2012.

Answered: 1 week ago

Question

13-7 Journalize and post reversing entries.

Answered: 1 week ago