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.