1. Learn
  2. /
  3. Courses
  4. /
  5. Designing Forecasting Pipelines for Production

Connected

Exercise

Performing data validation

Now that you've defined the schema, it's time to perform data validation. In this exercise, you'll create validation rules to ensure data quality and check for common issues like duplicates and null values.

The table_schema from the previous exercise is preloaded for you, along with the ts DataFrame and pointblank library.

Instructions

100 XP
  • Define validation using the right method and passing the ts DataFrame.
  • Set up validation rules with the table_schema and check for duplicates.
  • Print the validation report.