Skip to content

Commit ae97ceb

Browse files
committed
Changes load file comment
Signed-off-by: DylanGuedes <[email protected]>
1 parent 2cb9b57 commit ae97ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
.appName("DataFrameExample") \
4545
.getOrCreate()
4646

47-
# Load file from path
47+
# Load an input file
4848
print("Loading LIBSVM file with UDT from " + input_path + ".")
4949
df = spark.read.format("libsvm").load(input_path).cache()
5050
print("Schema from LIBSVM:")

0 commit comments

Comments
 (0)