Pandas leem o CSV como strings
pd.read_csv("my.csv", dtype=str)
Magnificent Moth
pd.read_csv("my.csv", dtype=str)