Download the dataset from Kaggle.
After downloading to your personal computer, organize your data as shown below:
raw
├── TABLE-NAME-1
│ ├── LOAD00000001.csv
│ └── LOAD00000002.csv
└── TABLE-NAME-2
├── LOAD00000001.csv
└── LOAD00000002.csv
Here's the English Markdown syntax for your content:
markdown
Copy code
+++
title = "Download Dataset"
date = 2021
weight = 2
chapter = false
pre = "<b>1.2 </b>"
+++
#### Download Dataset
1. Download the dataset from [Kaggle](https://www.kaggle.com/).
+ In this workshop, we will use the [Airbnb listings dataset](https://www.kaggle.com/mysarahmadbhat/airbnb-listings-reviews?select=Airbnb+Data).
2. After downloading to your personal computer, organize your data as shown below:
raw
├── TABLE-NAME-1
│ ├── LOAD00000001.csv
│ └── LOAD00000002.csv
└── TABLE-NAME-2
├── LOAD00000001.csv
└── LOAD00000002.csv
kotlin
Copy code
+ Specifically for the Airbnb listings dataset, structure the data as follows:
raw
├── listings
│ ├── LOAD00000001.csv
└── reviews
├── LOAD00000001.csv