Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021 07:25 AM
so you want to determine the max number of occurances for a group key?
That is easy: create a df: df:groupBy(Object, Name, Shape).agg(count("*"))
Then join this df with the original and replace the original shape column.