Baselight

LEGO Database

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

@kaggle.rtatman_lego_database

Sets
@kaggle.rtatman_lego_database.sets

  • 280.17 KB
  • 11673 rows
  • 5 columns
set_num

Set Num

name

Name

year

Year

theme_id

Theme Id

num_parts

Num Parts

00-1Weetabix Castle1970414471
0011-2Town Mini-Figures19788412
0011-3Castle 2 for 1 Bonus Offer19871992
0012-1Space Mini-Figures197914312
0013-1Space Mini-Figures197914312
0014-1Space Mini-Figures197914312
0015-1Space Mini-Figures197914318
0016-1Castle Mini Figures197818615
00-2Weetabix Promotional House 11976413147
00-3Weetabix Promotional House 21976413149

CREATE TABLE sets (
  "set_num" VARCHAR,
  "name" VARCHAR,
  "year" BIGINT,
  "theme_id" BIGINT,
  "num_parts" BIGINT
);

Share link

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