Housing Prices In Lagos, Nigeria
Address, Price, and Property Name
@kaggle.thedevastator_investigating_housing_prices_in_lagos_nigeria
Address, Price, and Property Name
@kaggle.thedevastator_investigating_housing_prices_in_lagos_nigeria
By [source]
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
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
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
- 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
If you use this dataset in your research, please credit the original authors.
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.
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) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .
CREATE TABLE rent (
"price" VARCHAR,
"pid" VARCHAR,
"property_name" VARCHAR,
"address" VARCHAR
);CREATE TABLE rent_2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"price" BIGINT,
"pid" VARCHAR,
"property_name" VARCHAR,
"address" VARCHAR,
"neighboorhood" VARCHAR
);CREATE TABLE sale (
"price" VARCHAR,
"pid" VARCHAR,
"property_name" VARCHAR,
"address" VARCHAR
);CREATE TABLE sale_2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"price" BIGINT,
"pid" VARCHAR,
"property_name" VARCHAR,
"address" VARCHAR,
"neighboorhood" VARCHAR
);Anyone who has the link will be able to view this.