CONSTRAINTS 1. Write your own code to parse the data. Don't use a CSV parser 2. Use string formatting to properly space out the columns. Make each column one space longer than the longest value in the column. 3. Format the salary as currency with dollar signs and commas. 4. Sort the results by salary from highest to lowest. HINT: Use the sort function. WA

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Program this
Sometimes data comes in as a structured format that you have to break down and turn into records so you
can process them. CSV, or comma-separated values, is a common standard for doing this.
Construct a program that reads in the following data file:
Lee, Jason, 55908
Flores, Jim, 56500
Cruz, Aaron, 46000
Cruz, Chris, 34500
Swift, Geoffrey, 14200
Xiong, Fong, 65000
Zafra, Sabrina,51500
Process the records and display the results formatted as a table, evenly spaced, as shown in the example
output.
EXAMPLE OUTPUT
Last
First Salary
$65,000
$56,500
$55,900
Xiong Fong
Flores
Jim
Lee
Jason
Zafra
Sabrina
Cruz
Aaron
Cruz
Chris
Swift
$51,500
$46,000
$34,500
Geoffrey $14,200
CONSTRAINTS
1. Write your own code to parse the data. Don't use a CSV parser
2. Use string formatting to properly space out the columns. Make each column one space longer than the
longest value in the column.
3. Format the salary as currency with dollar signs and commas.
4. Sort the results by salary from highest to lowest. HINT: Use the sort function.
5. Write comments to explain your code
Transcribed Image Text:Program this Sometimes data comes in as a structured format that you have to break down and turn into records so you can process them. CSV, or comma-separated values, is a common standard for doing this. Construct a program that reads in the following data file: Lee, Jason, 55908 Flores, Jim, 56500 Cruz, Aaron, 46000 Cruz, Chris, 34500 Swift, Geoffrey, 14200 Xiong, Fong, 65000 Zafra, Sabrina,51500 Process the records and display the results formatted as a table, evenly spaced, as shown in the example output. EXAMPLE OUTPUT Last First Salary $65,000 $56,500 $55,900 Xiong Fong Flores Jim Lee Jason Zafra Sabrina Cruz Aaron Cruz Chris Swift $51,500 $46,000 $34,500 Geoffrey $14,200 CONSTRAINTS 1. Write your own code to parse the data. Don't use a CSV parser 2. Use string formatting to properly space out the columns. Make each column one space longer than the longest value in the column. 3. Format the salary as currency with dollar signs and commas. 4. Sort the results by salary from highest to lowest. HINT: Use the sort function. 5. Write comments to explain your code
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY