Project Data
All teams work on the same TikTok project dataset.
Dataset overview
The project data contains realistic (simulated) TikTok watch logs for thousands of users.
- Part of the data is provided as CSV files.
- Part of the data is provided as a SQL database.
You will start with CSV-based tasks and later switch to database input as part of the Week 5 deliverable.
Data access and setup
The instructor will have provided starter code, instructions, and issue-based tasks in the template repository.
Follow the README.md in your team repository for:
- required software/packages,
- project setup,
- input file locations, and
- execution steps for reproducible runs.
Data governance
- Treat the dataset as course material and use it only for this assignment.
- Do not upload sensitive credentials (e.g., database passwords) to GitHub.
- Keep data-loading and data-cleaning scripts reproducible and documented.