Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

BlockPy: #49.2) Salary Distributions The company you created (which makes funny dog pictures) is having a meeting to discuss employee salaries. The attached file (employees.json

image text in transcribed

BlockPy: #49.2) Salary Distributions The company you created (which makes funny dog pictures) is having a meeting to discuss employee salaries. The attached file ("employees.json" ) has salary data for your employees as a list of dictionaries. Create a visualization that shows the distribution of the "Salary" field. Remember that to do this, you will need to open the JSON file, load the data, convert the list of dictionaries to a list of numbers, and then plot those numbers. Make sure you give meaningful labels to the axes and a title. You may notice that the x-values are so big, they spill into each other. If you would like, you may divide each salary by 1000 (Make sure that your x-axis label reflects that the salaries are then in thousands) Files Available employees.json BlockPy: #49.2) Salary Distributions The company you created (which makes funny dog pictures) is having a meeting to discuss employee salaries. The attached file ("employees.json" ) has salary data for your employees as a list of dictionaries. Create a visualization that shows the distribution of the "Salary" field. Remember that to do this, you will need to open the JSON file, load the data, convert the list of dictionaries to a list of numbers, and then plot those numbers. Make sure you give meaningful labels to the axes and a title. You may notice that the x-values are so big, they spill into each other. If you would like, you may divide each salary by 1000 (Make sure that your x-axis label reflects that the salaries are then in thousands) Files Available employees.json

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

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions

Question

Contrast virtual and face-to-face teams.

Answered: 1 week ago