df = pd.concat([df.drop(['meta'], axis=1), df['meta'].apply(pd.Series)], axis=1) ... pd.io.json.json_normalize(df['json_col']) ...
確定! 回上一頁