在使用 pandas read_json 時,會發現有些欄位會被轉換 type,就找找原因
目前的解法是,設定 dtype 的值,可以限定為想要的 type

Reference

Comments

2022-05-09