Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 932 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 932 Bytes

interviewR

An R repo with questions for a Quantum interviewee. Please return your solution as a PR in a well organized and clean RMarkdown file. Clean and well documented code is highly encouraged. Extensive use of tidyverse tools is recommended.

The Advertising Problem

This problem is designed to test your ability to formulate an LP. There is less emphasis on cleanliness and more emphasis on the actual solution to the problem.

EDA: Denver Crime Data

Please use the included data in /denver-crime-data to answer the questions that follow. Be sure to push back to this repo any and all write-up, code, plots, etc., that you used in your analysis.

  1. Are they any alarming or reassuring trends in Denver crime that you see?
  2. Do you see any patterns in Denver crime related to neiborhood or time-of-day?
  3. What other intersting insight(s) have you discovered about Denver crime?