databricks / LearningSparkV2

This is the github repo for Learning Spark: Lightning-Fast Data Analytics [2nd Edition]
https://learning.oreilly.com/library/view/learning-spark-2nd/9781492050032/
Apache License 2.0
1.2k stars 728 forks source link

Table 10-2 error? #58

Closed raybellwaves closed 4 years ago

raybellwaves commented 4 years ago

Am I right in thinking that 'Deprecated' and 'N/A' should switch places in Table 10-2?

IMG_5161

brookewenig commented 4 years ago

No - it is correct where it is. You can see in the Spark 2.3 docs that the OneHotEncoder is deprecated, and there is no OneHotEncoderEstimator is Spark 3.0.