Baselight

NSW Australia Property Data

NSW Propety Data via the NSW State Government

@kaggle.josephcheng123456_nsw_australia_property_data

Loading...
Loading...

About this Dataset

NSW Australia Property Data

There are two files:

  • nsw_property_data.csv - Property data in NSW from 2001 - 3rd of April 2023
  • nsw_property_archived_data.csv - Property data in NSW from 1990 - 2000

Objective

  • Property data is difficult to come by these days. Luckily in New South Wales - Australia, the NSW State Government has provided public dataset of the transactional property sales data (See link below)
  • The objective is to create a clean / comprehensive dataset with historical information of the property information in NSW Australia, based on the raw data provided by the government
  • Please reach out to me to provide any feedbacks / improvements and I will try my best to update the dataset as soon as possible

Disclaimer

  • This is a personal, non-profit project that is intended for the public to access datasets, which can potentially help people make decisions when analysing on the property market.

Copyright

  • NSW Property Sales Data: © Updated 24/04/2023. Crown in right of NSW through the Valuer General 2023

Data Source
NSW data source

Tables

Nsw Property Archived Data

@kaggle.josephcheng123456_nsw_australia_property_data.nsw_property_archived_data
  • 34.45 MB
  • 983687 rows
  • 11 columns
Loading...

CREATE TABLE nsw_property_archived_data (
  "property_id" DOUBLE,
  "download_date" TIMESTAMP,
  "council_name" VARCHAR,
  "purchase_price" BIGINT,
  "address" VARCHAR,
  "post_code" DOUBLE,
  "property_type" VARCHAR,
  "area" DOUBLE,
  "area_type" VARCHAR,
  "contract_date" TIMESTAMP,
  "land_description" VARCHAR
);

Nsw Property Data

@kaggle.josephcheng123456_nsw_australia_property_data.nsw_property_data
  • 189.86 MB
  • 4854814 rows
  • 17 columns
Loading...

CREATE TABLE nsw_property_data (
  "property_id" DOUBLE,
  "download_date" TIMESTAMP,
  "council_name" VARCHAR,
  "purchase_price" DOUBLE,
  "address" VARCHAR,
  "post_code" DOUBLE,
  "property_type" VARCHAR,
  "strata_lot_number" DOUBLE,
  "property_name" VARCHAR,
  "area" DOUBLE,
  "area_type" VARCHAR,
  "contract_date" VARCHAR,
  "settlement_date" VARCHAR,
  "zoning" VARCHAR,
  "nature_of_property" VARCHAR,
  "primary_purpose" VARCHAR,
  "legal_description" VARCHAR
);

Share link

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