In real-world engineering, tasks are often defined by high-level requirements rather than detailed, step-by-step instructions. This project mimics such scenarios, challenging you to design and implement software applications by applying your knowledge, creativity, and problem-solving skills. While you have the flexibility to choose your implementation approach, you must adhere to key technical guidelines and overarching project requirements.
You will work with legacy flat structured healthcare system data. The data contains key information around doctor appointments.
Your task is to transform this raw data into a structured database schema. Specifically, you will process and normalize the data into a snowflake schema, creating an optimized structure that supports efficient querying and data management.
You will work on different datasets individually. The link to the datasets is provided here, and your dataset ID remains the same as Project 2. Submission with wrong dataset is not accepted.
Note: Pandas package is not allowed for processing data