Example: json list to dataframe python import pandas as pd json_list = [{}, {}, {}] df = pd.DataFrame.from_records(json_list)
確定! 回上一頁