Baselight

Rental In Lisbon [2023]

Sample of rent prices in Lisbon in 2023

@kaggle.crisleyoliveira_rental_in_lisbon_2023

Loading...
Loading...

About this Dataset

Rental In Lisbon [2023]

This dataset contains information about rental prices in Lisbon, referring to the year 2023. It has the following columns:

  • address: The address of the property.
  • price_€: The rental price in euros.
  • typology: The typology of the property, indicates the number of rooms or divisions.
  • area: The area of the property in square meters.
  • latitude: The geographic latitude of the property.
  • longitude: The geographic longitude of the property.
  • neighborhood: The neighborhood where the property is located.
  • room: The number of rooms in the property.

This dataset has a total of 1466 entries, providing a representative sample of rental prices and property characteristics in Lisbon during the year 2023. This data can be useful for real estate market analysis, studies of price trends and to assist in taking decisions related to the rental sector in the city.

Tables

Rental Lisbon

@kaggle.crisleyoliveira_rental_in_lisbon_2023.rental_lisbon
  • 46.28 KB
  • 1465 rows
  • 8 columns
Loading...

CREATE TABLE rental_lisbon (
  "address" VARCHAR,
  "price" BIGINT,
  "typology" VARCHAR,
  "area" DOUBLE,
  "latitude" BIGINT,
  "longitude" BIGINT,
  "neighborhood" VARCHAR,
  "room" BIGINT
);

Share link

Anyone who has the link will be able to view this.