Stefano Corda
Results
2
comments of
Stefano Corda
Hello @sutugin, first of all thank your your great help. I'm experiencing @swarup5s 's problem when i call: `data.sparkSession.createDataFrame(data.rdd, data.schema)` The same happens whenever i call something like `data.rdd` I...
Hello @sutugin, I noticed just now you texted back! I managed to get past that problem thanks to another one of your commits: ``` val schema = data.schema val res...