Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Dataset City of Chicago Salary information https://data.cityofchicago.org/Admini

ID: 3738767 • Letter: D

Question

Dataset

City of Chicago Salary information

https://data.cityofchicago.org/Administration-Finance/Current-Employee-Names-Salaries-and-Position-Title/xzkq-xp2w/data   

For this assignment, you need to create a program that does the job of finding the answers for the following three questions. You only are allowed to use Python programming language (no mapreduce, no java, no hadoop...).

Questions

With this dataset, you need to implement Python program that find answers for the following three questions.

1. Identify how many position titles in the City of Chicago?

2. Identify average salary for each position title?

3. dentify how many employees in each department?

Explanation / Answer

# Get three test score round1 = int(raw_input("Enter score for round 1: ")) round2 = int(raw_input("Enter score for round 2: ")) round3 = int(raw_input("Enter score for round 3: ")) # Calculate the average average = (round1 + round2 + round3) / 3 # Print out the test score print "the average score is: ", average

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Chat Now And Get Quote