Pollen Luxembourg 1992–2018
Daily pollen concentration combined with weather data, 1992-2018 in Luxembourg
@kaggle.yclaudel_pollen_luxembourg_1992_2018
Daily pollen concentration combined with weather data, 1992-2018 in Luxembourg
@kaggle.yclaudel_pollen_luxembourg_1992_2018
CREATE TABLE pollen_luxembourg (
"date" TIMESTAMP,
"ambrosia" BIGINT,
"artemisia" BIGINT,
"asteraceae" BIGINT,
"alnus" BIGINT,
"betula" BIGINT,
"ericaceae" BIGINT,
"carpinus" BIGINT,
"castanea" BIGINT,
"quercus" BIGINT,
"chenopodium" BIGINT,
"cupressaceae" BIGINT,
"acer" BIGINT,
"fraxinus" BIGINT,
"gramineae" BIGINT,
"fagus" BIGINT,
"juncaceae" BIGINT,
"aesculus" BIGINT,
"larix" BIGINT,
"corylus" BIGINT,
"juglans" BIGINT,
"umbellifereae" BIGINT,
"ulmus" BIGINT,
"urtica" BIGINT,
"rumex" BIGINT,
"populus" BIGINT,
"pinaceae" BIGINT,
"plantago" BIGINT,
"platanus" BIGINT,
"salix" BIGINT,
"cyperaceae" BIGINT,
"filipendula" BIGINT,
"sambucus" BIGINT,
"tilia" BIGINT,
"maxairtempc" DOUBLE,
"minairtempc" DOUBLE,
"precipitationc" DOUBLE
);
Anyone who has the link will be able to view this.