Green_Goddess
2019-12-11 19:49:39 UTC
import pandas as pddf = pd.read_csv('Forbes2000.csv')
Now I need to search for only the companies whose names include 'General' such as General Electric, General Motors, etc.
What is the best way to search for a name in the 'name' column and save it to a new dataframe?