1. 학습
  2. /
  3. 강의
  4. /
  5. Foundations of PySpark

Connected

연습 문제

Transform the data

Hooray, now you're finally ready to pass your data through the Pipeline you created!

지침

100 XP
  • Create the DataFrame piped_data by calling the Pipeline methods .fit() and .transform() in a chain. Both of these methods take model_data as their only argument.