Pandas strain hanya benar
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