I have a dataframe looks like below.
text country language
-----------------------------------
football US Eng
baseball JP Jpn
swimming UK Eng
running FR Fra
rugby NZ Eng
Hockey NL Dut
In python, I want to extract rows which contain strings 'ball' and 'ing' in the column 'text' and make a new dataframe with those rows like below.
text country language
-----------------------------------
football US Eng
baseball JP Jpn
swimming UK Eng
running FR Fra