Create dataframe using the clustered dictionary grouping = pd.DataFrame(clusters).T grouping['topic'] = grouping[0].apply(lambda x: x['q']) ...
確定! 回上一頁