Iterate rows and columns in Spark dataframe

前端 未结 7 1055
囚心锁ツ
囚心锁ツ 2020-12-23 12:32

I have the following Spark dataframe that is created dynamically:

val sf1 = StructField(\"name\", StringType, nullable = true)
val sf2 = StructField(\"sector         


        
7条回答
提交回复
热议问题