Austin Weather
Historical temperature, precipitation, humidity, and windspeed for Austin, Texas
@kaggle.grubenm_austin_weather
Historical temperature, precipitation, humidity, and windspeed for Austin, Texas
@kaggle.grubenm_austin_weather
CREATE TABLE austin_weather (
"date" TIMESTAMP,
"temphighf" BIGINT,
"tempavgf" BIGINT,
"templowf" BIGINT,
"dewpointhighf" VARCHAR,
"dewpointavgf" VARCHAR,
"dewpointlowf" VARCHAR,
"humidityhighpercent" VARCHAR,
"humidityavgpercent" VARCHAR,
"humiditylowpercent" VARCHAR,
"sealevelpressurehighinches" VARCHAR,
"sealevelpressureavginches" VARCHAR,
"sealevelpressurelowinches" VARCHAR,
"visibilityhighmiles" VARCHAR,
"visibilityavgmiles" VARCHAR,
"visibilitylowmiles" VARCHAR,
"windhighmph" VARCHAR,
"windavgmph" VARCHAR,
"windgustmph" VARCHAR,
"precipitationsuminches" VARCHAR,
"events" VARCHAR
);
Anyone who has the link will be able to view this.