luisroque commited on
Commit
09ada35
1 Parent(s): ae95e0c

uploading dataset and readme

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. README.md +37 -3
  3. data.csv +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ *.idea/
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Tourism Monthly Dataset with Economic Covariates
2
+
3
+ This dataset, originally sourced from Athanasopoulos et al. (2011), focuses on the tourism industry with a monthly frequency. It has been enhanced with economic covariates, namely Consumer Price Index (CPI), Inflation Rate, and Gross Domestic Product (GDP), from official Australian government sources. It is designed for forecasting and analytical purposes in the context of tourism and its economic impacts.
4
+
5
+ ## Dataset Description
6
+
7
+ The dataset spans from 1998, covering various aspects of tourism, including different types of visits (e.g., holiday, business, other), across multiple series, totaling 1311 distinct series. It includes monthly data, aiming to predict future tourism trends with a horizon of 24 months. The data has been enriched with economic indicators to provide a comprehensive analysis platform.
8
+
9
+ ### Series Naming Convention
10
+
11
+ Each series name in the dataset is composed of four parts:
12
+
13
+ 1. **The first three characters**: These represent encoded names for States, Zones, and Regions within Australia. This encoding allows users to easily identify the geographic focus of each series.
14
+ 2. **The last three letters**: These indicate the purpose of the visit, which can be for business (`Bus`), holiday (`Hol`), visiting friends or relatives (`Vis`), or other purposes (`Oth`).
15
+
16
+ ### Columns Overview:
17
+
18
+ - **Year**: The year of the record.
19
+ - **Month**: The month of the record.
20
+ - **Date**: The full date of the record.
21
+ - **Series Names** (e.g., AAAHol, AAAVis, AAABus, ...): These columns represent different tourism series, capturing various types of visits and activities. The naming convention provides insights into the geographic area and the purpose of the visits.
22
+ - **CPI**: The Consumer Price Index, reflecting the change in the price level of a basket of consumer goods and services purchased by households.
23
+ - **Inflation_Rate**: The rate at which the general level of prices for goods and services is rising, and, subsequently, purchasing power is falling.
24
+ - **GDP**: Gross Domestic Product, representing the total monetary or market value of all the finished goods and services produced within Australia's borders in a specific time period.
25
+
26
+ ### Data Sources:
27
+
28
+ - **Tourism Data**: Derived from the work of Athanasopoulos et al., 2011, focusing on the tourism sector.
29
+ - **Economic Covariates**: Sourced from official Australian government publications, providing key economic indicators.
30
+
31
+ ## Usage
32
+
33
+ This dataset can be utilized for time-series forecasting, economic impact studies, and comprehensive analysis of the tourism industry in relation to economic trends. It's particularly useful for researchers, economists, and policymakers interested in understanding and predicting the dynamics of tourism and its interactions with the economy.
34
+
35
+ ## License
36
+
37
+ This dataset is distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. Users are free to share and adapt the material for any purpose, even commercially, under the condition that appropriate credit is given, a link to the license is provided, and it is indicated if changes were made.
data.csv ADDED
The diff for this file is too large to render. See raw diff