I have a column with these values
‘746 sec’
‘753 sec’
‘124 sec’
’30 sec’
I want to filter out the values that are below 600 seconds.
I tried:
>600
'>600 sec'
But both did not work.
I have a column with these values
‘746 sec’
‘753 sec’
‘124 sec’
’30 sec’
I want to filter out the values that are below 600 seconds.
I tried:
>600
'>600 sec'
But both did not work.