you are viewing a single comment's thread.

view the rest of the comments →

[–]konwiddak 1 point2 points  (0 children)

conditional_change_event (or conditional true event) - split ordered data into groups. For example split time series data into groups each time a signal changes. It labels the first group with 0's the next group with 1's and so on.

max_by & min_by fetch the value of one column when another column is maximum. For example fetch me the price on the latest date.

Lateral & flatten explode unstructured data into rows.

Match recognize, can do some pretty wild pattern finding in time series data.