Weather.csv
data of weather in Albania for last three years
@kaggle.gucci1337_weather_of_albania_last_three_years
data of weather in Albania for last three years
@kaggle.gucci1337_weather_of_albania_last_three_years
CREATE TABLE elbasan2021 (
"date" TIMESTAMP,
"tavg" DOUBLE,
"tmin" DOUBLE,
"tmax" DOUBLE,
"prcp" DOUBLE,
"snow" VARCHAR,
"wdir" DOUBLE,
"wspd" DOUBLE,
"wpgt" VARCHAR,
"pres" DOUBLE,
"tsun" VARCHAR
);
Anyone who has the link will be able to view this.