Pandas lee CSV como cuerdas
pd.read_csv("my.csv", dtype=str)
Magnificent Moth
pd.read_csv("my.csv", dtype=str)