Datasets:
updating dataset structure to increase usability
Browse files
README.md
CHANGED
@@ -14,40 +14,34 @@ task_ids:
|
|
14 |
- multivariate-time-series-forecasting
|
15 |
---
|
16 |
|
17 |
-
# Tourism Monthly Dataset with Economic Covariates
|
18 |
|
19 |
-
This dataset, originally sourced from Athanasopoulos et al. (2011), focuses on the tourism industry with a monthly frequency
|
20 |
|
21 |
-
## Dataset
|
22 |
|
23 |
-
The dataset
|
24 |
|
25 |
-
|
|
|
|
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
31 |
|
32 |
-
|
33 |
|
34 |
-
|
35 |
-
- **Month**: The month of the record.
|
36 |
-
- **Date**: The full date of the record.
|
37 |
-
- **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.
|
38 |
-
- **CPI**: The Consumer Price Index, reflecting the change in the price level of a basket of consumer goods and services purchased by households.
|
39 |
-
- **Inflation_Rate**: The rate at which the general level of prices for goods and services is rising, and, subsequently, purchasing power is falling.
|
40 |
-
- **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.
|
41 |
-
|
42 |
-
### Data Sources:
|
43 |
-
|
44 |
-
- **Tourism Data**: Derived from the work of Athanasopoulos et al., 2011, focusing on the tourism sector.
|
45 |
-
- **Economic Covariates**: Sourced from official Australian government publications, providing key economic indicators.
|
46 |
|
47 |
## Usage
|
48 |
|
49 |
-
|
50 |
|
51 |
## License
|
52 |
|
53 |
-
This dataset is distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
|
|
|
14 |
- multivariate-time-series-forecasting
|
15 |
---
|
16 |
|
17 |
+
# Tourism Monthly Time Series Dataset with Economic and Static Covariates
|
18 |
|
19 |
+
This dataset, originally sourced from Athanasopoulos et al. (2011), focuses on the tourism industry with a monthly frequency and has been enhanced with economic covariates (e.g., CPI, Inflation Rate, GDP) from official Australian government sources. We also perform some preprocessing to further increase the usability of the dataset with dynamic start dates for each series and static covariates for in-depth time series forecasting and analysis in the context of tourism and its economic impacts.
|
20 |
|
21 |
+
## Dataset Transformation and Structure
|
22 |
|
23 |
+
The dataset has undergone a preprocessing transformation to optimize it for time series analysis, specifically to enhance its utility for forecasting tasks. This preprocessing includes:
|
24 |
|
25 |
+
- **Unique ID Creation**: A unique identifier is assigned to each series, facilitating the analysis of individual time series within the broader dataset.
|
26 |
+
- **Dates**: The start date for each series is dynamically set based on the first date where the target variable (visits) is non-zero.
|
27 |
+
- **Static Covariates**: Four static covariates are extracted based on the type of tourism, enriching the dataset with additional dimensions for analysis.
|
28 |
|
29 |
+
### Columns Overview After Transformation:
|
30 |
|
31 |
+
- **Unique ID**: A combination of encoded names for States, Zones, Regions within Australia, and the purpose of the visit (e.g., business, holiday, visiting, other).
|
32 |
+
- **Time Column**: Represents the time dimension of the dataset, dynamically adjusted for each series.
|
33 |
+
- **Target**: The target variable for forecasting, specifically focusing on visits.
|
34 |
+
- **Dynamic Covariates**: Economic indicators such as CPI, Inflation Rate, and GDP that vary over time.
|
35 |
+
- **Static Covariates (Static_1 to Static_4)**: Extracted from the unique ID, these provide additional information for analysis, including geographic and purpose-of-visit details.
|
36 |
|
37 |
+
## Enhanced Dataset Description
|
38 |
|
39 |
+
This enriched dataset not only includes monthly data on various aspects of tourism but also incorporates dynamic economic indicators and static covariates derived from preprocessing. This structure is particularly useful for advanced time series forecasting models that can leverage both dynamic changes over time and static attributes of the series.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
## Usage
|
42 |
|
43 |
+
The transformed dataset is intended for researchers, economists, and policymakers for forecasting tourism trends, understanding the economic impact of tourism, and conducting comprehensive analysis leveraging both temporal dynamics and static characteristics.
|
44 |
|
45 |
## License
|
46 |
|
47 |
+
This dataset is distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
|
data.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|