เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Transform the data

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

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Foundations of PySpark

ดูคอร์ส

คำแนะนำการฝึกหัด

  • 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.

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Fit and transform the data
piped_data = flights_pipe.____.____
แก้ไขและรันโค้ด