There was an error while loading. Please reload this page.
1 parent 91629f0 commit 6639d01Copy full SHA for 6639d01
.gitignore
@@ -1 +1,2 @@
1
.DS_Store
2
+*.py
README.md
@@ -224,6 +224,7 @@ df = df.groupBy('gender').agg(F.max('age').alias('max_age_by_gender'))
224
# Collect List - F.collect_list(col)
225
df = df.groupBy('age').agg(F.collect_set('name').alias('person_names'))
226
```
227
+
228
## Advanced Operations
229
230
#### Repartitioning
0 commit comments