Skip to content

This repository contains the Inventory Management project on 'Lego' Database

Notifications You must be signed in to change notification settings

shalakasaraogi/lego-database-inventory-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Lego Database Inventory Management

Project Description

LEGO is a popular brand of toy building bricks. They are often sold in sets with in order to build a specific object. Each set contains a number of parts in different shapes, sizes and colors. This database contains information on which parts are included in different LEGO sets.

Domain

Inventory Management

Lab Environment

RStudio

Datasets in LEGO Database:

colors.csv - This file contains information on LEGO colors, including a unique ID for each color, its name, and approximate RGB value, and whether it's transparent

1

sets.csv - This file contains information on LEGO sets, including a unique ID number, the name of the set, the year it was released, its theme and how many parts it includes

2

part_categories.csv - This dataset includes information on the part category (what type of part it is) and a unique ID for that part category

3

parts.csv – This dataset includes information on Lego parts, including a unique ID number, the name of the part, and what part category it's from

4

inventory_parts.csv – This table contains information part inventories, including a unique ID number, the part number, the color of the part, how many are included and whether it's a spare

5

themes.csv – This file includes information on lego themes. Each theme is given a unique ID number, a name, and (if it's part of a bigger theme) which theme it's part of

6

About

This repository contains the Inventory Management project on 'Lego' Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages