Level 5 : varshit pratap singh bhadauria#463
Level 5 : varshit pratap singh bhadauria#463temporalzone wants to merge 30 commits intoLife-Atlas:masterfrom
Conversation
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
Replaced dotenv with Streamlit secrets for credentials.
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
Refactor Neo4j connection and improve data loading structure.
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
…ub.com/temporalzone/lpi-developer-kit into level-5-varshit-pratap-singh-bhadauria
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
|
✅ Registration + Level 2 received! You're now on the board. The leaderboard is live: https://life-atlas.github.io/lpi-developer-kit/ Level 3 is what guarantees your place on the team. |
Level 5 — Graph Thinking
Varshit Pratap Singh Bhadauria
What I Did
Analysed a real Swedish steel factory dataset (68 production rows, 14 workers, 8 capacity weeks) and designed a knowledge graph schema from scratch — mapping every CSV column to nodes, relationships, and properties.
Key Findings from the Data
Schema Highlights
PROCESSED_ATedge carriesplanned_hours,actual_hours,completed_units,week— the heart of the modelAlertnode as a first-class graph citizen — queryable, assignable, resolvableCertificationsplit from comma-separated strings into proper nodes for traversable coverage queriesFiles
answers.md— all 5 questions answered with real data, Cypher queries, and SQL comparisonschema.md— full Mermaid graph schemaReady for L6
Blueprint in Q5 maps every CSV column to a node/relationship, defines 3 Streamlit panels with exact Cypher queries powering each, and includes a working Neo4j Python loader pattern.
Built on top of real factory data. Every number in this submission comes from the CSVs — nothing fabricated.