--- license: apache-2.0 tags: - yassir - team-curium --- The data contains details for 119,549 trips (train and test are split by date). Each row contains a start location and end location (reported as latitude and longitude to within approximately 100m) and the travel distance along the fastest route. Each trip also has a timestamp, which can be used to pull the weather for that day from Weather.csv file. The weather data includes temperature, rainfall and wind speed for the time period during which the trip data was collected. ### Variable Descriptions: - `ID:` Unique identifier for each trip. - `Timestamp:` Time when the trip started. - `Origin_lat, Origin_lon:` Latitude and longitude of the trip's start location. - `Destination_lat, Destination_lon:` Latitude and longitude of the trip's end location. - `Trip_distance:` Distance in meters on the driving route. - `ETA:` Estimated trip time in seconds.