This repository is part of the learning objectives of the Data Science Course provided by Miles in the Sky.
This data set contains details of Lego sets, their associated Themes, year of launch, details on number of parts, colors and many other details! It offers a great platform for data exploration and visualizations.
The dataset is avaiable here as LEGO Database.
In order to view and run the code used in this project in your local machine, you can:
- Download or clone this repository using git:
git clone github.com/dpassos91/milesinthesky_project3
cd milesinthesky_project3/
-
Install a python environment with jupyter notebooks (e.g., anaconda distribution).
-
Create an environment with the required packages by running on the anaconda shell:
conda env create -f environment.yml --name myenv
conda activate myenv
jupyter lab milesinthesky_project3.ipynb
The code that led to all the analysis/figures used in this project can be found in the notebook milesinthesky_project3.ipynb
.
The main results can be found in the notebook milesinthesky_project3.ipynb
and seen at Streamlit.
Disclaimer_ The author is not affiliated with any of the entities mentioned nor received any kind of compensation. The information contained in this work is provided on an "as is" basis with no guarantees of completeness, accuracy, usefulness or timeliness.