We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfa98d commit 3c530adCopy full SHA for 3c530ad
1 file changed
examples/src/main/python/sql.py
@@ -69,7 +69,7 @@
69
# Register this DataFrame as a temporary table.
70
people.registerTempTable("people")
71
72
- # SQL statements can be run by using the sql methods provided by spark (SparkSession object)
+ # SQL statements can be run by using the sql methods provided by spark (SparkSession object).
73
teenagers = spark.sql("SELECT name FROM people WHERE age >= 13 AND age <= 19")
74
75
for each in teenagers.collect():
0 commit comments