Baselight

Envision Racing

Can your data-science skills help Envision Racing, take home even more trophies?

@kaggle.pavan9065_envision_racing

Train Weather
@kaggle.pavan9065_envision_racing.train_weather

  • 30.63 KB
  • 914 rows
  • 11 columns
time_utc_seconds

TIME UTC SECONDS

time_utc_str

TIME UTC STR

air_temp

AIR TEMP

track_temp

TRACK TEMP

humidity

HUMIDITY

pressure

PRESSURE

wind_speed

WIND SPEED

wind_direction

WIND DIRECTION

rain

RAIN

location

LOCATION

event

EVENT

161804250610/04/21 8:151518.4601018.052.12187165-1Location 2Free Practice 2
161804256710/04/21 8:1615.055618.4601018.121.06093177-1Location 2Free Practice 2
161804263210/04/21 8:1715.055618.5601018.122.12187157-1Location 2Free Practice 2
161804269710/04/21 8:1815.055618.5601018.082.12187163-1Location 2Free Practice 2
161804276210/04/21 8:1915.111118.5601018.153.1828149-1Location 2Free Practice 2
161804282210/04/21 8:2015.055618.5601018.252.12187130-1Location 2Free Practice 2
161804288710/04/21 8:2115.111118.6601018.256.3656173-1Location 2Free Practice 2
161804295310/04/21 8:2215.055618.6601018.253.1828175-1Location 2Free Practice 2
161804301710/04/21 8:2315.055618.7601018.254.24374161-1Location 2Free Practice 2
161804307810/04/21 8:2415.055618.7601018.254.24374143-1Location 2Free Practice 2

CREATE TABLE train_weather (
  "time_utc_seconds" BIGINT,
  "time_utc_str" VARCHAR,
  "air_temp" DOUBLE,
  "track_temp" DOUBLE,
  "humidity" BIGINT,
  "pressure" DOUBLE,
  "wind_speed" DOUBLE,
  "wind_direction" BIGINT,
  "rain" BIGINT,
  "location" VARCHAR,
  "event" VARCHAR
);

Share link

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