Forum Discussion

saralsaral's avatar
saralsaral
Frequent Visitor
5 years ago

How to create a rank column using a boolean value column, by occurence of 'TRUE' in ordered table?

I have a time indexed table with a `Group`, a `Category` , and a `event_bool` . I need to plot stuff against the boolean variable, because whenever `TRUE` value occurs it is an `event` in the timelin...