Finishing our SG API Pipeline with Chronocoding - How I Write Pipes Part V

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 2

  • @SaitopLam
    @SaitopLam 4 роки тому +1

    Could you give a hint on how to handle partitionedDataset in avg_temp_by_hour ?

    • @DataEngineerOne
      @DataEngineerOne  4 роки тому

      Try wrapping the avg_temp_by_hour function with a function that will "unpack" the PartitionedDataSet, and call avg_temp_by_hour for each of the dataframe values.