Skip to content

Commit

Permalink
additional anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Oct 7, 2022
1 parent 954ce28 commit 849398c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,10 @@ val dfUnion = df1.union(df2)
val dfUnion = df1.unionAll(df2)
```

### describe data
```
### describe data show data print data list data
```java
words.show()
// words.list()
words.describe()
words.printSchema()
```
Expand Down

0 comments on commit 849398c

Please sign in to comment.