resale_prices
Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette
3 rows where month = "2014-04" 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
256499 | 256499 | 2014-04 | BUKIT PANJANG | EXECUTIVE | 181 | JELEBU RD | 10 TO 12 | 127.0 | Premium Apartment | 2003 | 688000.0 | 88 | 1.37925788735519 | 103.762997101416 | 181 JELEBU RD | |
256557 | 256557 | 2014-04 | BUKIT PANJANG | EXECUTIVE | 181 | JELEBU RD | 04 TO 06 | 125.0 | Premium Apartment | 2003 | 660000.0 | 88 | 1.37925788735519 | 103.762997101416 | 181 JELEBU RD | |
256960 | 256960 | 2014-04 | BUKIT PANJANG | 4 ROOM | 182 | JELEBU RD | 25 TO 27 | 90.0 | Premium Apartment | 2003 | 560000.0 | 88 | 1.37984403992366 | 103.763409218035 | 182 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]);