Dataset

eurostat-mutlitlateral-seasonal-data

Info

Information about the dataset

Title
Eurostat seasonality multilateral dataset
Version
0.0.1
Description
Dataset developed by Eurostat for the 'Guide on Multilateral Methods in the HICP' with seasonal data to help demonstrate multilateral methods
Owner
Eurostat

Data Model

The logical data model

data table
An artifical data set with 201 price observations for 36 periods and 12 products
Period
int
Time period
Example: 1
primary primaryKey:False
Product
int
The Product name
Example: A
primary primaryKey:False
Turnover
float
The turnover of the data
Example: 642.49
primaryKey:False
Quantity
float
The number of products sold
Example: 88.088
primaryKey:False
Price
float
The unit price of each sold product
Example: 2.09964
primaryKey:False
Created at 16 Apr 2025 04:50:06 UTC with Data Contract CLI v0.10.18
dataContractSpecification: 1.1.0
id: eurostat-mutlitlateral-seasonal-data
info:
  title: Eurostat seasonality multilateral dataset
  version: 0.0.1
  description: Dataset developed by Eurostat for the 'Guide on Multilateral Methods
    in the HICP' with seasonal data to help demonstrate multilateral methods
  owner: Eurostat
  contact:
    name: Eurostat
    url: https://circabc.europa.eu/ui/group/7b031f10-ac19-4da3-a36f-58708a70133d/library/e52b1b37-38f3-4f2d-82be-14b005da1ce3/details
models:
  data:
    description: An artifical data set  with 201  price observations for 36 periods
      and 12 products
    type: table
    fields:
      Period:
        type: int
        required: false
        primary: true
        unique: false
        description: Time period
        example: '1'
        primaryKey: false
      Product:
        type: int
        required: false
        primary: true
        unique: false
        description: The Product name
        example: A
        primaryKey: false
      Turnover:
        type: float
        required: false
        unique: false
        description: The turnover of the data
        example: '642.49'
        primaryKey: false
      Quantity:
        type: float
        required: false
        unique: false
        description: The number of products sold
        example: '88.088'
        primaryKey: false
      Price:
        type: float
        required: false
        unique: false
        description: The unit price of each sold product
        example: '2.09964'
        primaryKey: false