Baselight

LEGO Database

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

@kaggle.rtatman_lego_database

Inventory Parts
@kaggle.rtatman_lego_database.inventory_parts

  • 2.08 MB
  • 580251 rows
  • 5 columns
inventory_id

Inventory Id

part_num

Part Num

color_id

Color Id

quantity

Quantity

is_spare

Is Spare

148379c01721f
14839571f
1mcsport6251f
1paddle1f
311816pr0005781f
32343471f
33003291f
33017621f
33020151f
33022152f

CREATE TABLE inventory_parts (
  "inventory_id" BIGINT,
  "part_num" VARCHAR,
  "color_id" BIGINT,
  "quantity" BIGINT,
  "is_spare" VARCHAR
);

Share link

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