From 003b98ad5130235c20819a690c82eebb46739dc0 Mon Sep 17 00:00:00 2001 From: Karthik Srinivasan Muthuswamy <44592456+dmkarthiksrini@users.noreply.github.com> Date: Thu, 26 Jan 2023 09:59:44 +0000 Subject: [PATCH 1/2] Commit of the notes.md --- notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..8fe81d9 --- /dev/null +++ b/notes.md @@ -0,0 +1,21 @@ +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) | + From 98c6d8a8f23ed694194daa7215a56a64b3e8f329 Mon Sep 17 00:00:00 2001 From: Karthik Srinivasan Muthuswamy <44592456+dmkarthiksrini@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:01:48 +0000 Subject: [PATCH 2/2] Updated the objective --- notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes.md b/notes.md index 8fe81d9..ba1f131 100644 --- a/notes.md +++ b/notes.md @@ -19,3 +19,7 @@ Some information regarding the variables below. | 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.