Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the original attached file mydata.csv return the following results: How many users are there? How many emails end in '.jp'? How many emails end

Using the original attached file "mydata.csv" return the following results:

  • How many users are there?
  • How many emails end in '.jp'?
  • How many emails end in '.uk'?
  • How many emails end in '.de'?
  • Are there any surnames (field 'last_name') that are duplicated? What are they?

Requirements:

  • You must use Python to calculate the results - no hard coding of statistics
  • You must use the attached file as a source
  • You must export your results into a new file called "yourlastname_results.txt" in the same directory as the file - do not write a file to a different directory
  • You must write to the screen the same results you write to the file so the user can have a copy of the analysis
  • You must present your program professionally:
    • Welcome user to the program
    • Give user feedback
    • Thank the user for using the program
    • Tell them where their results have been saved

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Step: 3

blur-text-image

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

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions

Question

Azure Analytics is a suite made up of which three tools?

Answered: 1 week ago

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago