I have a column in pandas dataframe that looks like this:
Name
Apples 65xgb
Oranges 23hjkj
Bananas 76hhfk
....
Is it it anyway to get rid off of the ending of the string leaving only names of the product in the column?:
Name
Apples
Oranges
Bananas
....