As part of this Data Science exercise challenge, the Holman Data Science Team would like you to create a sample application in either Python or R that will analyze the part pricing data for Ford F150 tire repairs.
As part of your analysis, you are free to create a stand-alone application or a Jupyter notebook.
You are free to use any available package and graphing tool you are familiar with to illustrate your reasoning.
The evaluation is to be completed in 7 days or less, and will be reviewed via a Zoom meeting with stakeholders
- Fork this repository into your own repository
- Create a new branch off
master
and call it whateverusercase-<your first name>
- Use the provided Ford F150 tire repair data to evaluate the pricing information.
- Use either Python or R to evaluate the data as either a stand-alone application, Rmarkdown or Jypter Notebook.
- Perform this analysis on the most recent 3 years of data
- Illustrate the Mean, Standard Deviation, and Median of the data set.
- Find which prices are outliers and how you determined them to be so.
- Determine what should be the expected Ford F150 tire repair part price.
- Log the output in whatever fashion you like.
- Push commits to the repo as work is completed to illustrate your train of thought.
- When finished create a pull request into the
master
branch. - Reply all to the assessment email and add a link to the pull request.