AgosAl0 / Data-Analytics-with-Python

Projects using Python for Data Analysis and Basic Data Sciense
0 stars 0 forks source link

Data Analytics for House Pricing Data Set #1

Open AgosAl0 opened 2 days ago

AgosAl0 commented 2 days ago

In this assignment, I am a Data Analyst working at a Real Estate Investment Trust. Scenario: The Trust would like to start investing in Residential real estate. You are tasked with determining the market price of a house given a set of features. You will analyze and predict housing prices using attributes or features such as square footage, number of bedrooms, number of floors, and so on.

AgosAl0 commented 2 days ago

The Data Set: housing.csv

About the Data Set: You can see the description here https://www.kaggle.com/datasets/harlfoxem/housesalesprediction

The Data Set was slightly modified from the Kaggle website for the purposes of the project.