Skip to content

Instantly share code, notes, and snippets.

@RussellSpitzer
Created April 11, 2016 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RussellSpitzer/71db77caabc2ac2bc829772494e5fc5f to your computer and use it in GitHub Desktop.
Save RussellSpitzer/71db77caabc2ac2bc829772494e5fc5f to your computer and use it in GitHub Desktop.
df = sqlContext.createDataFrame([("test", 1)])
df.show()
+----+---+
|  _1| _2|
+----+---+
|test|  1|
+----+---+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment