Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
This is a notes on the Critical Data Ananlysis

Data is about the house analysis of 90K rows out of which we forked 907 data to perform the analaysis.

Some information regarding the variables below.

| Variable (Column Name) | Description |
|--------------------------|------------------------------------------------------------------------------|
| id | Property id |
| Price | Sale price of the property |
| mq | Total square meters of the property |
| Floor | Entrance floor of the property |
| n_rooms | Total number of rooms |
| n_bathrooms | Total number of bathrooms |
| has_terrace | Property has a terrace |
| has_alarm | Property has an alarm |
| heating | Type of heating (“autonomous”, “ other”) |
| has_air_conditioning | Property has Air conditioning |
| has_parking | Property has parking |
| Is_furnished | Was the property sold with its contents (furnishings) or not? (0,1) |


## Objective

Main Objective is to created an analysis of house pricing based on the different variables provided.