Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edwin5354/real-estate-market-analysis

A project to analyze real estate market data, trends, and pricing information to assist buyers and sellers.
https://github.com/edwin5354/real-estate-market-analysis

Last synced: 5 days ago
JSON representation

A project to analyze real estate market data, trends, and pricing information to assist buyers and sellers.

Awesome Lists containing this project

README

        

## Real Estate Market Analysis

A project to analyze real estate market data, trends, and pricing information to assist buyers and sellers.

Sequence of Scraping and Data Analytics

1. Run "web_scraping_BeautifulSoup.py" or "web_scraping_Selenium.py". The program outputs "download.csv" file, where it stores the raw values of the scraped data

2. Run "data_cleansing.py". The program takes the data in "download.csv" and perform data cleansing, then it outputs "cleaned.csv", where it stores the cleaned values of the scraped data

3. Run "Analysis.ipynb". The notebook takes the data in "cleaned.csv" file and perform exploratory data analysis.