Skip to content

Instantly share code, notes, and snippets.

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/97c453670e0665ef6938169564a0be7a to your computer and use it in GitHub Desktop.
Save RussellSpitzer/97c453670e0665ef6938169564a0be7a to your computer and use it in GitHub Desktop.
```python
df = sqlContext.createDataFrame([("test", 1)])
```
```python
df.show()
```
+----+---+
| _1| _2|
+----+---+
|test| 1|
+----+---+
```python
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment