I have a Pandas dataframe with a column 'htgt' this column consists of array with numbers inside. The size of the array is not constant. An example of the data:
11 [16, 69]
12 [61, 79]
13 [10, 69]
14 [81]
15 [12, 30, 45, 68]
16 [10, 76]
17 [9, 39]
18 [67, 69, 77]
How can I filter all the rows that has the number 10 for example.