atur panda DataType Kolom

df = pd.read_csv("weather.tsv", sep="\t",  
                 dtype={'Day': str,'Wind':int64})
df.dtypes
Unsightly Unicorn