from ast import literal_eval pd.json_normalize(df['CONFIG'].apply(lambda x: literal_eval(x)["posit"]).explode()).
確定! 回上一頁