- The dataset can be accessed from the following website: https://www.kaggle.com/harlfoxem/housesalesprediction. The dataset is from the public records of King County and is freely available to download and use in any analysis.
-
Once you arrive at the website, you can click on the Download button, as shown in the following screenshot:
King County House Sales Dataset
- One file named kc_house_data.csv appears from the zipped, downloaded file, housesalesprediction.zip.
- Save the file named kc_house_data.csv in the current working directory as this will be our dataset. This will be loaded into the IPython notebook for analysis ...