Pandas Str ne contient que vrai
my_series[my_series.str.contains("hello")]
0 hello world
1 hello
dtype: object
Wide-eyed Worm
my_series[my_series.str.contains("hello")]
0 hello world
1 hello
dtype: object