This Parcel Estimator Tool returns the following parcel data based on zip code:
- Average price per acre.
- Average price.
- average acreage.
- Most popular seller.
- listing popularity for the area.
- Input your given zip code.
- A new csv, with today's date, and charts will be exported to the "output" folder containing information on all LandModo results for your given zip code.
- Use this csv in the "visualize" file to further analyze your data.
- Input the date of the csv you would like to see visualized.
- All images shown in the Visualization tool will be found in the "output>images" folder, saved with the date of the input csv.
- The visualization tool can be used repeatedly to visualize any csv made by the EDA file.
- Import: Import previous tool data.
- Scrape: Scrape Landmodo for parcel data into dataframe.
- Clean: Clean dataframe's new rows.
- Visualize: Plot charts, identifying the differences in key metrics.
- Export: Export dataframe as CSV and charts as PNG files.
- Test Zip Code Dataset (33k < 42k): https://github.com/scpike/us-state-county-zip
- Paid dataset (42k): https://www.uszipcodeslist.net/csv#download
- Scrapable list of zip codes (not guaranteed to be all 42k): https://namecensus.com/zip-codes/alabama/
- Libraries: Pandas, Numpy, BeautifulSoup, Matplotlib, Seaborn, Plotly