Italy House Prices
House announcementes in Italy since January (Dataset updated regularly)
@kaggle.tommasoramella_italy_house_prices
House announcementes in Italy since January (Dataset updated regularly)
@kaggle.tommasoramella_italy_house_prices
CREATE TABLE rents_clean (
"regione" VARCHAR,
"citta" VARCHAR,
"quartiere" VARCHAR,
"prezzo" DOUBLE,
"datetime" TIMESTAMP,
"posti_auto" BIGINT,
"bagni_per_stanza" DOUBLE,
"bagni" DOUBLE,
"stanze" DOUBLE,
"ultimo_piano" BIGINT,
"stato" VARCHAR,
"classe_energetica" VARCHAR,
"vista_mare" DOUBLE,
"riscaldamento_centralizzato" DOUBLE,
"superficie" DOUBLE,
"arredato" BIGINT,
"balcone" BIGINT,
"impianto_tv" BIGINT,
"esposizione_esterna" BIGINT,
"fibra_ottica" BIGINT,
"cancello_elettrico" BIGINT,
"cantina" BIGINT,
"giardino_comune" BIGINT,
"giardino_privato" BIGINT,
"impianto_allarme" BIGINT,
"portiere" BIGINT,
"piscina" BIGINT,
"villa" BIGINT,
"intera_proprieta" BIGINT,
"appartamento" BIGINT,
"attico" BIGINT,
"loft" BIGINT,
"mansarda" BIGINT
);
Anyone who has the link will be able to view this.