I have the following dataset (name of columns are just an example):
Col1 Col2 Col3 Col4
12 321 42 []
31 42 542 [stop]
65 64 41 []
754 76 431 [python]
How can I select rows having not empty list in Col4 (i.e. second and fourth rows in the above sample)?