Solar Radiation Prediction
Task from NASA Hackathon
@kaggle.dronio_solarenergy
Task from NASA Hackathon
@kaggle.dronio_solarenergy
CREATE TABLE solarprediction (
"unixtime" BIGINT,
"data" VARCHAR,
"time" VARCHAR,
"radiation" DOUBLE,
"temperature" BIGINT,
"pressure" DOUBLE,
"humidity" BIGINT,
"winddirection_degrees" DOUBLE,
"speed" DOUBLE,
"timesunrise" VARCHAR,
"timesunset" VARCHAR
);
Anyone who has the link will be able to view this.