We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4996aff commit a1f81d0Copy full SHA for a1f81d0
code/02장_스파크_톺아보기.scala
@@ -63,7 +63,7 @@ GROUP BY DEST_COUNTRY_NAME
63
""")
64
65
val dataFrameWay = flightData2015
66
- .groupBy('DEST_COUNTRY_NAME)
+ .groupBy("DEST_COUNTRY_NAME")
67
.count()
68
69
sqlWay.explain
0 commit comments