Ekstrak integer dari string di panda
df['B'].str.extract('(\d+)').astype(int)
Cooperative Civet
df['B'].str.extract('(\d+)').astype(int)