CoolFace
Datasetpublic

web3hungry/indonesia-affordable-housing

Indonesia Affordable Housing Dataset A comprehensive dataset of affordable housing projects across Indonesia, containing detailed information about residential properties, specifications, locations, pricing, and developer data. Dataset Creator: web3hungry Dataset ID: web3hungry/indonesia-affordable-housing License: CC0 1.0 Dataset Overview This dataset provides extensive data on housing developments throughout Indonesia, covering both subsidized and commercial… See the full description on the dataset page: https://huggingface.co/datasets/web3hungry/indonesia-affordable-housing.

sourceHugging Facecc0-1.0updated 7mo agoView on Hugging Face
0likes26downloads
Dataset Card

Indonesia Affordable Housing Dataset

A comprehensive dataset of affordable housing projects across Indonesia, containing detailed information about residential properties, specifications, locations, pricing, and developer data.

Dataset Creator: web3hungry Dataset ID: web3hungry/indonesia-affordable-housing License: CC0 1.0


Dataset Overview

This dataset provides extensive data on housing developments throughout Indonesia, covering both subsidized and commercial residential properties.

Key Statistics

  • Total Records: 88,905 housing units
  • Geographic Coverage: Nationwide (Indonesia)
  • Property Types: Residential houses (Rumah Tapak)
  • Subsidy Categories: Subsidized and commercial
  • Data Fields: 23 attributes per record

Purpose

This dataset is designed for:

  • Real estate market analysis
  • Housing affordability research
  • Geographic and spatial analysis
  • Price prediction modeling
  • Urban planning research
  • Developer trend analysis

Data Schema

Field NameTypeDescription
housing_namestringHousing project name
property_typestringProperty type
subsidy_statusstringSubsidy classification
provincestringProvince name
city_regencystringCity or regency
districtstringDistrict
villagestringVillage
latitudefloatLatitude
longitudefloatLongitude
price_idrintegerProperty price (IDR)
landaream2floatLand area
buildingaream2floatBuilding area
priceperm2_landfloatLand price per m²
priceperm2_buildingfloatBuilding price per m²
bedroomsintegerNumber of bedrooms
bathroomsintegerNumber of bathrooms
floorsintegerNumber of floors
roof_materialstringRoof material
wall_materialstringWall material
floor_materialstringFloor material
foundation_materialstringFoundation material
developer_namestringDeveloper
developer_associationstringDeveloper association
total_unitsintegerTotal project units

Data Format

  • File: CSV
  • Encoding: UTF-8
  • Size: ~25 MB
  • Delimiter: Comma (,)

Usage

Python (Pandas)

python
import pandas as pd

df = pd.read_csv("indonesia_housing_dataset.csv")
print(df.head())

Hugging Face Datasets

python
from datasets import load_dataset

dataset = load_dataset("web3hungry/indonesia-affordable-housing")
print(dataset["train"][0])

R

r
df <- read.csv("indonesia_housing_dataset.csv")
head(df)

Data Considerations

  • Some projects may appear multiple times (different units/phases)
  • Prices are in Indonesian Rupiah (IDR)
  • Material descriptions may vary in spelling
  • Coordinates should be validated for spatial analysis

Citation

If you use this dataset, please cite:

BibTeX

bibtex
@dataset{indonesia_affordable_housing_2024,
  title   = {Indonesia Affordable Housing Dataset},
  author  = {web3hungry},
  year    = {2024},
  publisher = {Hugging Face},
  url     = {https://huggingface.co/datasets/web3hungry/indonesia-affordable-housing}
}

APA

web3hungry. (2024). Indonesia Affordable Housing Dataset. Hugging Face.

MLA

"Indonesia Affordable Housing Dataset." Hugging Face, 2024.


License

This dataset is released under the Creative Commons Zero 1.0 International (CC0 1.0) license - the Public Domain Dedication.

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix and transform, and build upon the material for any purpose, even commercially

No conditions apply - meaning you do not need to credit the source.

Full license: https://creativecommons.org/publicdomain/zero/1.0/


Maintenance

Possible future updates:

  • Additional housing projects
  • Data corrections
  • Improved geographic coverage

Contributing

Contributions are welcome via the Hugging Face repository.


Disclaimer

This dataset is provided as-is without warranty. Users are responsible for validating data for their own use cases.


Metadata

  • Last Updated: February 2026
  • Version: 1.0
  • Records: 88,905