python - pyspark 'DataFrame' object has no attribute '_get ...
https://stackoverflow.com/questions/57363618I am trying to run some code, but getting error: 'DataFrame' object has no attribute '_get_object_id' The code: items = [(1,12),(1,float('Nan')),(1,14),(1,10),(2,22 ...