Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/edwin5354/real-estate-market-analysis
- Owner: edwin5354
- Created: 2024-08-07T10:37:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:14:51.000Z (5 months ago)
- Last Synced: 2024-11-15T02:19:14.366Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.