python dict to dataframe

pd.DataFrame.from_dict(word_dict,orient='index').T




你可能感兴趣的:(Python,笔记,python)