Pyspark and Implicit String/Boolean Conversion
There was some uncertainty on whether or not the following line actually interprets returns back a dataframe that has the correct value. All testing below conducted with Pyspark 3.1.1:
df = some_dataframe.where(f.col('SomeColumn') == 'true')
If the...
wind010.hashnode.dev2 min read