1. Học hỏi
  2. /
  3. Khoa Học
  4. /
  5. Feature Engineering with PySpark

Connected

Bài tập

Load in the data

Reading in data is the first step to using PySpark for data science! Let's leverage the new industry standard of parquet files!

Hướng dẫn

100 XP
  • Use the parquet() file reader to read in 'Real_Estate.parq' as described in the video exercise.
  • Print out the list of columns with columns.