Daily Climate Time Series Data
Daily climate data in the city of Delhi from 2013 to 2017
@kaggle.sumanthvrao_daily_climate_time_series_data
Daily climate data in the city of Delhi from 2013 to 2017
@kaggle.sumanthvrao_daily_climate_time_series_data
CREATE TABLE dailydelhiclimatetest (
"date" TIMESTAMP,
"meantemp" DOUBLE,
"humidity" DOUBLE,
"wind_speed" DOUBLE,
"meanpressure" DOUBLE
);
CREATE TABLE dailydelhiclimatetrain (
"date" TIMESTAMP,
"meantemp" DOUBLE,
"humidity" DOUBLE,
"wind_speed" DOUBLE,
"meanpressure" DOUBLE
);
Anyone who has the link will be able to view this.