From 8f5923c00e230854a5d9309a354d77431e7b0991 Mon Sep 17 00:00:00 2001
From: Bouyahya Zied <zied.bouyahya@ec-lyon.fr>
Date: Tue, 11 Mar 2025 07:59:45 +0000
Subject: [PATCH] Read the instructions

---
 EDA/EDA.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 EDA/EDA.md

diff --git a/EDA/EDA.md b/EDA/EDA.md
new file mode 100644
index 0000000..4d23617
--- /dev/null
+++ b/EDA/EDA.md
@@ -0,0 +1,26 @@
+## Instructions  
+
+1. **Access the Dataset**:  
+   Visit the following link to explore and download the dataset:  
+   [Inside Airbnb datasts](https://insideairbnb.com/get-the-data/).  
+
+2. **Set up a workspace**:  (30 minutes)
+   - Clone the EDA (Exploratory Data Analysis) directory to your local machine.  
+   - Open the directory in your preferred code editor (e.g., VSCode or VSCodium).  
+   - Go through the provided notebook and ask any questions before you start working on your dataset
+
+3. **Download a Dataset**: (10 minutes) 
+   - Choose and download any dataset from the provided link.  
+   -**Don't downlaod a cleansed dataset !**
+
+4. **Perform Analysis**:  (80 minutes)
+   - Apply the same methodology as demonstrated in the EDA directory and the .  
+   - Include any additional analysis or insights you find relevant.  
+
+5. **Collaboration**:  
+   - You may work individually or in pairs to complete the task.  
+
+6. **Share Your Work**:  
+   - Create a GitHub repository for your project.  
+   - Invite the instructor to your repository for review.  
+
-- 
GitLab