A comprehensive Python-based system that fully automates Third Normal Form (3NF) database normalization using LangGraph workflow orchestration. Data_Modelling_3NF/ ├── input_files/ # Place your ...
This repository is dedicated to an assignment on database normalization. It involves analyzing a given table of patient visits (provided in CSV format), determining its normal form, normalizing it to ...