A graph modelling lego sets, parts, and inventories.
- pyTigerGraph
- Kaggle (if installing from the API)
- Get Started with TigerGraph Cloud
- Create an account on Kaggle (if directly importing data from kaggle).
- Run
LegoGraph.ipynb
, replacing it with the appropriate credentials.
The data is from the Kaggle Lego Database.
None.
See LegoGraph.ipynb
.
There are a few queries to grab data for analysis, including:
legoInformation.gsql
—> Grabs information from the graph, including year, number of parts, theme id, and theme name.quantityParts.gsql
—> Grabs the quantity of sets and the number of parts in each set.yearParts.gsql
—> Grabs the year a set is released and the number of parts in the set.
TigerGraph_and_Plotly.ipynb
—> Lab of creating cool visualizations with Plotly and the TigerGraph Lego Graph.