Baselight

Uber Lyft Dataset For DSEM 33201

Data of Uber and Lyft cab rides around Boston, Massachusetts in Nov-Dec, 2018

@kaggle.miteshsingh11_uber_lyft_dataset_for_dsem_33201

Loading...
Loading...

About this Dataset

Uber Lyft Dataset For DSEM 33201

57 columns including the type of cab, day, month, time, price, distance and surge_multiplier.
Price is preferred to be used as the target variable
0 id
1 timestamp
2 hour
3 day
4 month
5 datetime
6 timezone
7 source
8 destination
9 cab_type
10 product_id
11 name
12 price
13 distance
14 surge_multiplier
15 latitude
16 longitude
17 temperature
18 apparentTemperature
19 short_summary
20 long_summary
21 precipIntensity
22 precipProbability
23 humidity
24 windSpeed
25 windGust
26 windGustTime
27 visibility
28 temperatureHigh
29 temperatureHighTime
30 temperatureLow
31 temperatureLowTime
32 apparentTemperatureHigh
33 apparentTemperatureHighTime
34 apparentTemperatureLow
35 apparentTemperatureLowTime
36 icon
37 dewPoint
38 pressure
39 windBearing
40 cloudCover
41 uvIndex
42 visibility.1
43 ozone
44 sunriseTime
45 sunsetTime
46 moonPhase
47 precipIntensityMax
48 uvIndexTime
49 temperatureMin
50 temperatureMinTime
51 temperatureMax
52 temperatureMaxTime
53 apparentTemperatureMin
54 apparentTemperatureMinTime

Tables

Uber Lyft

@kaggle.miteshsingh11_uber_lyft_dataset_for_dsem_33201.uber_lyft
  • 4.74 MB
  • 60392 rows
  • 57 columns
Loading...

CREATE TABLE uber_lyft (
  "id" VARCHAR,
  "timestamp" DOUBLE,
  "hour" BIGINT,
  "day" BIGINT,
  "month" BIGINT,
  "datetime" VARCHAR,
  "timezone" VARCHAR,
  "source" VARCHAR,
  "destination" VARCHAR,
  "cab_type" VARCHAR,
  "product_id" VARCHAR,
  "name" VARCHAR,
  "price" DOUBLE,
  "distance" DOUBLE,
  "surge_multiplier" DOUBLE,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "temperature" DOUBLE,
  "apparenttemperature" DOUBLE,
  "short_summary" VARCHAR,
  "long_summary" VARCHAR,
  "precipintensity" DOUBLE,
  "precipprobability" DOUBLE,
  "humidity" DOUBLE,
  "windspeed" DOUBLE,
  "windgust" DOUBLE,
  "windgusttime" BIGINT,
  "visibility" DOUBLE,
  "temperaturehigh" DOUBLE,
  "temperaturehightime" BIGINT,
  "temperaturelow" DOUBLE,
  "temperaturelowtime" BIGINT,
  "apparenttemperaturehigh" DOUBLE,
  "apparenttemperaturehightime" BIGINT,
  "apparenttemperaturelow" DOUBLE,
  "apparenttemperaturelowtime" BIGINT,
  "icon" VARCHAR,
  "dewpoint" DOUBLE,
  "pressure" DOUBLE,
  "windbearing" BIGINT,
  "cloudcover" DOUBLE,
  "uvindex" BIGINT,
  "visibility_1" DOUBLE,
  "ozone" DOUBLE,
  "sunrisetime" BIGINT,
  "sunsettime" BIGINT,
  "moonphase" DOUBLE,
  "precipintensitymax" DOUBLE,
  "uvindextime" BIGINT,
  "temperaturemin" DOUBLE,
  "temperaturemintime" BIGINT,
  "temperaturemax" DOUBLE,
  "temperaturemaxtime" BIGINT,
  "apparenttemperaturemin" DOUBLE,
  "apparenttemperaturemintime" BIGINT,
  "unnamed_55" DOUBLE,
  "unnamed_56" BIGINT
);

Share link

Anyone who has the link will be able to view this.