Rental In Lisbon [2023]
Sample of rent prices in Lisbon in 2023
@kaggle.crisleyoliveira_rental_in_lisbon_2023
Sample of rent prices in Lisbon in 2023
@kaggle.crisleyoliveira_rental_in_lisbon_2023
CREATE TABLE rental_lisbon (
"address" VARCHAR,
"price" BIGINT,
"typology" VARCHAR,
"area" DOUBLE,
"latitude" BIGINT,
"longitude" BIGINT,
"neighborhood" VARCHAR,
"room" BIGINT
);
Anyone who has the link will be able to view this.