Skip to content

dpassos91/milesinthesky_project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Miles in the Sky Data Science Course - Project 1 "Storytelling and Deployment"

This repository is part of the learning objectives of the Data Science Course provided by Miles in the Sky.

Table of Contents

Introduction

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 data

The dataset is avaiable here as LEGO Database.

Installation

In order to view and run the code used in this project in your local machine, you can:

  1. Download or clone this repository using git:
git clone github.com/dpassos91/milesinthesky_project3
cd milesinthesky_project3/
  1. Install a python environment with jupyter notebooks (e.g., anaconda distribution).

  2. 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

The code that led to all the analysis/figures used in this project can be found in the notebook milesinthesky_project3.ipynb.

Results

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.

Releases

No releases published

Packages

No packages published

Languages