https://github.com/xunchiasg/nyc_property_sales
Exploratory Data Analysis of rolling property sales data in NYC from March 2023-2025
https://github.com/xunchiasg/nyc_property_sales
matplotlib-pyplot plotly python scikit-learn
Last synced: 7 months ago
JSON representation
Exploratory Data Analysis of rolling property sales data in NYC from March 2023-2025
- Host: GitHub
- URL: https://github.com/xunchiasg/nyc_property_sales
- Owner: xunchiasg
- License: mit
- Created: 2025-04-08T07:28:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:14:18.000Z (7 months ago)
- Last Synced: 2025-04-10T02:17:14.712Z (7 months ago)
- Topics: matplotlib-pyplot, plotly, python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NYC Property Sales EDA
Exploratory Data Analysis of rolling property sales data in NYC from March 2024-2025
## About
The New York City Department of Finance maintains detailed public records of sales information for properties sold within NYC on an annualized basis since 2003, where detailed transaction metrices such as location, sale price, building class types and floor area are listed.
[NYC Rolling Sales Data](https://www.nyc.gov/site/finance/property/property-rolling-sales-data.page)
The objective of this project is to analyze and answer the following questions:
-Question 1
-Question 2
-Question 3
-Question 4
-Question 5
For the purposes of data exploration, only data from a 24-month period of March 2023 to March 2025 will be used.
## Steps and Deployment
- Data importation and wrangling
- Univariate Analysis
- Data Visualization
- Deployment on Streamlit
## Key Findings
## Further Actions