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
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.