We have identified several critical issues within the database that need to be resolved to ensure data integrity and accuracy.
Problems
- A significant number of songs have a
published_at date set to the year of 1970.
- Metadata
tags are missing for the videos published in the period from March 2 to March 22, which may lead to inaccurate labeling.
- The
songs table may contain a large number of entries classified as type 0 (non-music videos).
- Most of the videos are missing the metadata column
cover_url that need to be complemented.
Tasks
- Investigate and fix the
published_at date issue for affected songs.
- Review and restore missing metadata tags for the specified date range.
- Clean up the
songs table to remove or correct entries with type 0.
- Identify and add missing video covers where applicable.
We have identified several critical issues within the database that need to be resolved to ensure data integrity and accuracy.
Problems
published_atdate set to the year of 1970.tagsare missing for the videos published in the period from March 2 to March 22, which may lead to inaccurate labeling.songstable may contain a large number of entries classified as type 0 (non-music videos).cover_urlthat need to be complemented.Tasks
published_atdate issue for affected songs.songstable to remove or correct entries with type 0.