Baselight
Login
Login

Global Creative Economy Trade Data

Comprehensive Insights into International Trade of Creative Services and Goods

@kaggle.programmerrdai_global_creative_economy_trade_data

Us Creativegoodsindex
@kaggle.programmerrdai_global_creative_economy_trade_data.us_creativegoodsindex

  • 12.4 KB
  • 630 rows
  • 8 columns
year

Year

flow

Flow

flow_label

Flow Label

product

Product

product_label

Product Label

concentration_index

Concentration Index

concentration_index_footnote

Concentration Index Footnote

concentration_index_missing_value

Concentration Index Missing Value

20022ExportsCER000All creative goods0.182044
20022ExportsCER010Audiovisual, multimedia and photography0.311586
20022ExportsCER020Manufacturing of crafts and design goods0.207027
20022ExportsCER021Carpets0.262425
20022ExportsCER022Fashion accessories0.333759
20022ExportsCER023Interior0.195362
20022ExportsCER024Jewellery0.236479
20022ExportsCER025Toys0.339961
20022ExportsCER026Wickerware0.539119
20022ExportsCER027Yarn0.191511

CREATE TABLE us_creativegoodsindex (
  "year" BIGINT,
  "flow" BIGINT,
  "flow_label" VARCHAR,
  "product" VARCHAR,
  "product_label" VARCHAR,
  "concentration_index" DOUBLE,
  "concentration_index_footnote" VARCHAR,
  "concentration_index_missing_value" VARCHAR
);

Share link

Anyone who has the link will be able to view this.