Baselight

LEGO Database

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

@kaggle.rtatman_lego_database

Part Categories
@kaggle.rtatman_lego_database.part_categories

  • 3.19 KB
  • 57 rows
  • 2 columns
id

Id

name

Name

1Baseplates
2Bricks Printed
3Bricks Sloped
4Duplo, Quatro and Primo
5Bricks Special
6Bricks Wedged
7Containers
8Technic Bricks
9Plates Special
10Tiles Printed

CREATE TABLE part_categories (
  "id" BIGINT,
  "name" VARCHAR
);

Share link

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