US Real Estate Data Project
About the Dataset
This dataset contains Real Estate listings in the US broken by State and zip code. Data was collected via web scraping using python libraries by the author - Ahmed Shahriar Sakib.
The data set was updated one month ago.
Content
The data set has 1 CSV file with 12 columns: status, price, bed, bath, acre_lot, full_address, street, city, state, zip_code, house_size, and sold_date
Acknowledgments
Data was scraped from www.realtor.com, A real estate listing website operated by the News Corp subsidiary Move, Inc. and based in Santa Clara, California. It is the second most visited real estate listing website in the United States as of 2021, with over 100 million monthly active users.
Questions we can ask before planning this project:
Can we predict housing prices based on this data?
Which location contains the house with the highest prices?
What is the correlation between house prices and other attributes?
What could be the trend behind housing prices?
Project:
Step 1. Import all the packages.
Or, download the .csv file and then upload to Python from local drive
0 comments:
Post a Comment