1、首先,創建壹個DataFrame來表示數據集。
2、其次,使用DataFrame的各種操作方法(如filter、select、groupBy等)來執行查詢。
3、最後,使用collect或show方法來查看查詢結果。