您可能需要使用pandas.io.json的json_normalize函式 ... .groupby(grouped_cols) .apply(get_nested_data) .reset_index() ...
確定! 回上一頁