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
Gayle ThomasManagement
(5/5)

581 Answers

Hire Me
expert
StatAnalytica ExpertFinance
(5/5)

901 Answers

Hire Me
expert
Hal CruttendenData mining
(5/5)

619 Answers

Hire Me
expert
Chris BarrieComputer science
(5/5)

681 Answers

Hire Me
Others
(5/5)

Write a function to receive any name as input search the director only and return the number of movies/TV shows that contain that name

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Project One

Overview of Project One

Project Description

This project is designed to test your current ability with using python to read files, loop through the files, perform text manipulation operations and basic analysis, and find and use available help resources online.

 

Only concepts already learned to this point are covered in this exercise. This is a more structured project, as such there is a correct output that you will be graded against, but there are different ways to achieve the same end goal.

 

The data contains information about movies and TV shows that have been added to the Netflix platform. The data has been cleaned and is ready for analysis. If there were any errors in the fields that were scraped, such as spelling errors or derivatives like "nite" instead of "night," they haven't been corrected.

Write a function to receive any name as input, search the director only and return the number of movies/TV shows that contain that name. Your function should meet the following requirements:

·         Your function should receive any name as an input string and return a simple message with the number of movies/TV shows that contain those names. E.g.  There are [5] directors named [supplied name] in this dataset.

·         If the name supplied were not found in the database, return the message No directors were found with the name: [supplied name]

·         Remember to deal with whatever letter case you are supplied i.e.  all caps or all lowercase, etc.

 

·          Test your function with the word Paul and confirm that your result reads  There are [67] directors named [Paul] in this dataset.

(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