Baselight

Housing Prices In Lagos, Nigeria

Address, Price, and Property Name

@kaggle.thedevastator_investigating_housing_prices_in_lagos_nigeria

Loading...
Loading...

About this Dataset

Housing Prices In Lagos, Nigeria


Investigating Housing Prices in Lagos, Nigeria

Address, Price, and Property Name

By [source]


About this dataset

Looking for a place to rent or buy a house in Lagos, Nigeria? This dataset can help you identify the best places to live in the city! It includes information on housing prices, property names, addresses, and neighborhoods. With this data, you can figure out which areas are the most (and least) profitable for renting or buying a home. So whether you're looking for your next home or investment property, this dataset is a great resource

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

If you're looking for information on housing prices in Lagos, Nigeria, this dataset is a great resource. It includes the price, property name, address, and neighborhood for each listing. This information can be used to identify the most and least profitable neighborhoods in Lagos

Research Ideas

  • This dataset can be used to identify the most and least expensive neighborhoods in Lagos, Nigeria.
  • This dataset can be used to identify the best places to rent or buy a house in Lagos, Nigeria.
  • This dataset can be used to identify the most and least profitable neighborhoods in Lagos for real estate investors

Acknowledgements

If you use this dataset in your research, please credit the original authors.

Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: d.csv

Column name Description
Price The price of the housing listing. (Numeric)
Property_name The name of the property. (String)
Address The address of the property. (String)

File: rent.csv

Column name Description
Price The price of the housing listing. (Numeric)
Property_name The name of the property. (String)
Address The address of the property. (String)

File: rent_2.csv

Column name Description
Price The price of the housing listing. (Numeric)
Property_name The name of the property. (String)
Address The address of the property. (String)

File: sale.csv

Column name Description
Price The price of the housing listing. (Numeric)
Property_name The name of the property. (String)
Address The address of the property. (String)

File: sale_2.csv

Column name Description
Price The price of the housing listing. (Numeric)
Property_name The name of the property. (String)
Address The address of the property. (String)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Rent

@kaggle.thedevastator_investigating_housing_prices_in_lagos_nigeria.rent
  • 313.64 KB
  • 9853 rows
  • 4 columns
Loading...

CREATE TABLE rent (
  "price" VARCHAR,
  "pid" VARCHAR,
  "property_name" VARCHAR,
  "address" VARCHAR
);

Rent 2

@kaggle.thedevastator_investigating_housing_prices_in_lagos_nigeria.rent_2
  • 375.04 KB
  • 9853 rows
  • 6 columns
Loading...

CREATE TABLE rent_2 (
  "unnamed_0" BIGINT,
  "price" BIGINT,
  "pid" VARCHAR,
  "property_name" VARCHAR,
  "address" VARCHAR,
  "neighboorhood" VARCHAR
);

Sale

@kaggle.thedevastator_investigating_housing_prices_in_lagos_nigeria.sale
  • 377.1 KB
  • 9784 rows
  • 4 columns
Loading...

CREATE TABLE sale (
  "price" VARCHAR,
  "pid" VARCHAR,
  "property_name" VARCHAR,
  "address" VARCHAR
);

Sale 2

@kaggle.thedevastator_investigating_housing_prices_in_lagos_nigeria.sale_2
  • 438.07 KB
  • 9784 rows
  • 6 columns
Loading...

CREATE TABLE sale_2 (
  "unnamed_0" BIGINT,
  "price" BIGINT,
  "pid" VARCHAR,
  "property_name" VARCHAR,
  "address" VARCHAR,
  "neighboorhood" VARCHAR
);

Share link

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