Baselight

Envision Racing

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

@kaggle.pavan9065_envision_racing

Test Weather
@kaggle.pavan9065_envision_racing.test_weather

  • 13.68 KB
  • 167 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

events

EVENTS

162892082314/08/21 6:0020352546394101646118203Location 8Free Practice 2
162892088314/08/21 6:01203325463961016481083204Location 8Free Practice 2
162892094314/08/21 6:02202525464041016481253201Location 8Free Practice 2
162892100314/08/21 6:0320242536422101649228198Location 8Free Practice 2
162892106314/08/21 6:0420272516414101651128204Location 8Free Practice 2
162892112314/08/21 6:05202325642310164986203Location 8Free Practice 2
162892118314/08/21 6:062016256443101649677210Location 8Free Practice 2
162892124314/08/21 6:072014256439101649758207Location 8Free Practice 2
162892130314/08/21 6:082018256405101649206Location 8Free Practice 2
162892136314/08/21 6:092025251638101651659196Location 8Free Practice 2

CREATE TABLE test_weather (
  "time_utc_seconds" BIGINT,
  "time_utc_str" VARCHAR,
  "air_temp" BIGINT,
  "track_temp" BIGINT,
  "humidity" BIGINT,
  "pressure" BIGINT,
  "wind_speed" BIGINT,
  "wind_direction" BIGINT,
  "rain" BIGINT,
  "location" VARCHAR,
  "events" VARCHAR
);

Share link

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