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.