As a use case, you will use the arrivals at tourist accommodation establishments, released by Eurostat and available at this link and released under the CC BY 4.0. The dataset contains the tourist arrivals related to 42 European countries from 1990, January to 2022, April. For each country, the dataset provides details related to the type of tourism (foreign, domestic, or total), the type of accommodation, and the unit used to measure the tourist arrivals.
- You need to create a
.comet.config
file and place it in this directory:
[comet]
api_key=YOUR_COMET_API_KEY
workspace=YOUR_WORKSPACE
project_name=YOUR_PROJECT_NAME
- You need to install the packages contained in the
requirements.txt
file. To install them, you can runn the following command:
pip install -r requirements.txt
You can see the results in Comet at the following links:
- the dashboard
- the report
- the code in Deepnote