Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.52 KB

File metadata and controls

24 lines (13 loc) · 1.52 KB

Exploring for answers

This is a continuation of the previous lesson's assignment, where we briefly took a look at the data set. Now we will be taking a deeper look at the data.

Again, the question the client wants to know: Do yellow taxi passengers in New York City tip drivers more in the winter or summer?

Your team is in the Analyzing stage of the Data Science Lifecycle, where you are responsible for doing exploratory data analysis on the dataset. You have been provided a notebook and dataset that contains 200 taxi transactions from January and July 2019.

Instructions

In this directory is a notebook and data from the Taxi & Limousine Commission. Refer to the dataset's dictionary and user guide for more information about the data.

Use some the techniques in this lesson to do your own EDA in the notebook (add cells if you'd like) and answer the following questions:

  • What other influences in the data could affect the tip amount?
  • What columns will most likely not be needed to answer the client's questions?
  • Based on what has been provided so far, does the data seem to provide any evidence of seasonal tipping behavior?

Rubric

Exemplary Adequate Needs Improvement