Baselight

LEGO Database

The LEGO Parts/Sets/Colors and Inventories of every official LEGO set

@kaggle.rtatman_lego_database

Inventory Sets
@kaggle.rtatman_lego_database.inventory_sets

  • 22.74 KB
  • 2846 rows
  • 3 columns
inventory_id

Inventory Id

set_num

Set Num

quantity

Quantity

3575911-11
3575912-11
3975048-11
3975053-11
504515-11
504520-12
504531-11
717690-11
717691-11
717692-11

CREATE TABLE inventory_sets (
  "inventory_id" BIGINT,
  "set_num" VARCHAR,
  "quantity" BIGINT
);

Share link

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