Guest User

Untitled

a guest
Jul 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. right left
  2. ===== ====
  3. [[1]] [[1], [2,3]]
  4. [[2, 3], [[1]]
  5.  
  6. right: array (nullable = true)
  7. | |-- element: array (containsNull = true)
  8. | | |-- element: string (containsNull = true)
  9.  
  10. df = sc.textFile("test.csv")
  11. df.toDF().show()
Add Comment
Please, Sign In to add comment