Define a function findword that takes a line as input

Assignment Help Python Programming
Reference no: EM132009142

Part A - Introduction To Python For Data Analysis Homework

Instructions - In the cell below please complete the function. The function takes two arguments. The ?rst argument is a the names data frame that we have used in class, the second argument is name. The function should return a new data frame that only contains the rows where the 'Name' column equals the name argument.

You normally would not wrap this code inside a function - it is too simple to put inside a function, but putting the code inside a functions assists the grader.

Part B - Assignment

Overview - In this notebook, we will go over examples of running Spark and do some exercises

1. KDnuggets Tutorial

2. WordCount Exercise

3. K-means Example (Optional)

This notebook was tested on AWS EC2 jupyter interface using UCI BIG DATA AMI.

Question 1 - Sort the tally by year.

Question 2 - Get all professions and counts.

Question 3 - Use Spark, get the 20 most common "lowercased" words (don't count stopwords)

Hint: Suggested Pseudocode, you're welcome to do your own

1. Define a function "findWord" that takes a line as input and return the words & their counts (if stopwords, don't count the word). Use assignment 4 solution the regex code and stopwords.

2. Define a count RDD as: a. flatmap(find,Word) b. aggregate by key, add count c. switch key value pair to value, key pair d. use transformation sortByKey

3. Collect the first 20 elements of the count RDD

4. Collect the last 20 elements of the count RDD

Question 4 - Use Spark, get the 20 least common "lowercased" words (don't count stopwords).

Question 5 - Use Spark, only counts the words that start with a Uppercase letter and print out the top 10 of those words.

Attachment:- Assignment Files.rar

Reference no: EM132009142

Questions Cloud

The annual operating cash flow : The annual operating cash flow is $64,250 and the cost of capital is 5% What is the project's NPV if the tax rate is 29%?
Why is store location an important decision for retailers : Why is store location such an important decision for retailers? Pick your favorite store. Describe the advantages and disadvantages of its current location.
All of the net working capital will be recouped : All of the net working capital will be recouped at the end of the project. What is the project's NPV if the tax rate is 39%?
How many pieces of data has she collected : She needs 150 pieces of data and is 34 percent done. How many pieces of data has she collected?
Define a function findword that takes a line as input : Define a function "findWord" that takes a line as input and return the words & their counts (if stopwords, don't count the word)
Briefly describe the company and its product : MBA 6301: Briefly describe the company and its product and the ethical dilemma associated with the production and distribution of its products.
What are the advantages of planning a sales call : What are the advantages of planning a sales call, and how does setting call objectives help to advance the sales process? Provide several examples of important.
Chalkboard manufacture specifies : How would I find the level of confidence that whiteboards are longer than their blackboards if a chalkboard manufacture specifies that their chalkboards
What is the after-tax salvage value if tax rate : The firm is selling this equipment today for $4,369. What is the After-tax Salvage Value if the tax rate is 36%?

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd