di DataFrame Kolom khusus untuk String
df["fruit"] = df["fruit"].astype("|S")
Sparkling Shrew
df["fruit"] = df["fruit"].astype("|S")