resale_prices
Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette
2 rows where month = "2010-09" and street_name = "JELEBU RD"
This data as json, CSV (advanced)
Link | rowid ▼ | month | town | flat_type | block | street_name | storey_range | floor_area_sqm | flat_model | lease_commence_date | resale_price | remaining_lease_years | remaining_lease | latitude | longitude | block_street_name |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
332691 | 332691 | 2010-09 | BUKIT PANJANG | 5 ROOM | 184 | JELEBU RD | 22 TO 24 | 110.0 | Premium Apartment | 2003 | 540000.0 | 92 | 1.37971095812868 | 103.762440084954 | 184 JELEBU RD | |
332731 | 332731 | 2010-09 | BUKIT PANJANG | 5 ROOM | 185 | JELEBU RD | 22 TO 24 | 110.0 | Premium Apartment | 2003 | 573000.0 | 92 | 1.37935525582195 | 103.762296482155 | 185 JELEBU RD |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [resale_prices] ( [month] TEXT, [town] TEXT, [flat_type] TEXT, [block] TEXT, [street_name] TEXT, [storey_range] TEXT, [floor_area_sqm] TEXT, [flat_model] TEXT, [lease_commence_date] TEXT, [resale_price] TEXT, [remaining_lease_years] TEXT, [remaining_lease] TEXT, [latitude] TEXT, [longitude] TEXT, [block_street_name] TEXT ); CREATE INDEX [idx_resale_prices_month] ON [resale_prices] ([month]); CREATE INDEX [idx_resale_prices_town] ON [resale_prices] ([town]); CREATE INDEX [idx_resale_prices_flat_type] ON [resale_prices] ([flat_type]); CREATE INDEX [idx_resale_prices_flat_model] ON [resale_prices] ([flat_model]); CREATE INDEX [idx_resale_prices_block] ON [resale_prices] ([block]); CREATE INDEX [idx_resale_prices_street_name] ON [resale_prices] ([street_name]);