1.Use json_normalize with column filtering. 2.Then, convert date column to to_datetime. from pandas.io.json import json_normalize df ...
確定! 回上一頁