Example 1: set type of column pandas df.astype(int) Example 2: set column datatype pandas df = pd.read_csv("weather.tsv", sep="\t", dtype={'Day': str, ...
確定! 回上一頁