Skip to content

Commit 9398743

Browse files
committed
forgot whitespace
1 parent 9591007 commit 9398743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/src/main/python/ml/index_to_string_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# $example on$
3131
df = sqlContext.createDataFrame(
32-
[(0, "a"), (1, "b"), (2, "c"), (3, "a"), (4, "a"), (5, "c") ],
32+
[(0, "a"), (1, "b"), (2, "c"), (3, "a"), (4, "a"), (5, "c")],
3333
["id", "category"])
3434

3535
stringIndexer = StringIndexer(inputCol="category", outputCol="categoryIndex")

0 commit comments

Comments
 (0)