1. 学习
  2. /
  3. 课程
  4. /
  5. ETL and ELT in Python

Connected

练习

Validating data transformations

Great work so far! Manually spot-checking transformations is a great first step to ensuring that you're maintaining data quality throughout a pipeline. pandas offers several built-in functions to help you with just that!

To help get you started with this exercise, pandas has been imported as pd.

说明 1 / 共 3 个

undefined XP
    1
    2
    3
  • Update the extract() function to read the parquet file stored in the file_path parameter into a DataFrame.