Raw data is tabulated by using D3's selection method. There are 14 columns and more than 300 Thousand rows. Only the random 5 rows are shown here, with help of D3's selection methods. Seeing the data as a table, with the column names and the values in each columns can help to take decisions on type of analysis that can be done on each column.
How is Trip Duration Distributed?
Given the bikes are located in stations, the distance between the stations can be constant. Trip duration can provide idea on how long the bikes are used. Depending on that further analysis can be undertaken
How far the pickup and drops are?
Bikes are versatile and easy to handle. People use it for variety of purposes.Using the haversign distance distribution further analysis can be undertaken.
Distance and Duration
Every customer will use the bikes for the repeatable purposes. Can we identify the repeatable purpose by using the haversign distance and the time taken to complete the trip? Lets start by exploring it with dot plot.
Stations and Distances