subject

The potential employer would like you to conduct an analysis of data and then summarize your findings using clear language for a nontechnical audience. They have provided you with a data set called FleetMaintenanceRecords to base your report on for the interview. They have asked you to identify relevant themes that can be used to help them manage their fleet of trucks. In preparation for your interview, create an example summary of the analysis you conducted that you would use to communicate the findings to stakeholders. Place the deliverables for your instructor and the potential employer in the Analysis and Summary Template. Analyze the data you’ve been provided to identify themes. Guiding information to gather:
Review part-replacement frequencies and types and create a hypothesis that can be used by the fleet management team to better deal with vehicle maintenance. You’ll need to create a table called Parts Maintenance and load the data into it. Put this table in the database named after yourself. Load this data set from the ‘/home/codio/workspace’ path and run queries to find the results.
Which parts are being replaced most?
Is there a region of the country that experiences more part failures and replacements than others?
Can you identify a region (Northeast, Southeast, Midwest, Northwest, Southwest) that has more reasons for replacement? Use the Region Definitions sheet to identify states in each region.
How might the fleet maintenance team use the information to update its maintenance schedule? Your response should be backed by the data you have found.
Which parts are being replaced most due to corrosion or rust?
Which parts are being replaced because of mechanical failure, like a flat tire or rock through the windshield?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:10
Read the code below. what will the computer print if the input for year_variable is 1700? if year_variable == 1776: print("your answer is correct. the declaration of independence was signed in “year_variable”.") elif year_variable < 1776: compute_variable = 1776 - year_variable. print("add “compute_variable“ years to your answer for the correct answer.") elif year_variable > 1776: compute_variable = year_variable - 1776 print("subtract “compute_variable” years from your answer for the correct answer.")
Answers: 1
question
Computers and Technology, 23.06.2019 13:00
Which one of the following voltages should never be measured directly with a vom? a. 1200 v b. 500 v c. 800 v d. 100v
Answers: 2
question
Computers and Technology, 24.06.2019 04:30
Write and test a python program to find and print the largest number in a set of real (floating point) numbers. the program should first read a single positive integer number from the user, which will be how many numbers to read and search through. after reading in all of the numbers, the largest of the numbers input (not considering the count input) should be printed.
Answers: 1
question
Computers and Technology, 24.06.2019 22:00
Difference between ancient and modern mode of information transmission
Answers: 1
You know the right answer?
The potential employer would like you to conduct an analysis of data and then summarize your finding...
Questions