Skip to content

Commit

Permalink
Update part_02_selecting_rows_and_columns.md (#329)
Browse files Browse the repository at this point in the history
Added the code to print schema for raw-complaints

Co-authored-by: Anthony Khong <anthony.kusumo.khong@gmail.com>
  • Loading branch information
bhougland18 and anthony-khong authored May 30, 2021
1 parent 7bcd6f3 commit 52b3e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cookbook/part_02_selecting_rows_and_columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ By default, Spark only shows the top 20 rows. We can see that there are 111069 r
As before, we can check out the schema:

```clojure
(g/print-schema raw-complaints)
; root
; |-- Unique Key: string (nullable = true)
; |-- Created Date: string (nullable = true)
Expand Down

0 comments on commit 52b3e99

Please sign in to comment.