PySpark Style Guide
github.com
PySpark Style Guide
1–10 of 28 posts
Re: PySpark Style Guide
#2Re: PySpark Style Guide
#3This is the definition of bad design.
Re: PySpark Style Guide
#4Re: PySpark Style Guide
#5> The preferred option is more complicated, longer, and polluted - and correct. This is the definition of bad design.
Re: PySpark Style Guide
#6Re: PySpark Style Guide
#7Re: PySpark Style Guide
#8I worked quite a lot in pandas, dplyr, data.table and pyspark for a few years. And even occasionally some scala spark and sparkR. But after getting a bit fed up with F.lit()-this, F.col()-that, and the umpteenth variation on SQL, nowadays I pretty much just stick with plain SQL. I believe I've found my Enlightenment.
another thing is that python is so cool for data processing, and when working with plain sql I feel lack of
.rdd.map(my_python_processing_function)Re: PySpark Style Guide
#9> The preferred option is more complicated, longer, and polluted - and correct. This is the definition of bad design.
Re: PySpark Style Guide
#10Spark and PySpark are just PITA to the max.