pandas處理數據textrank提取關鍵詞

1.取出第一行內容放入content[]html contents = [] contents = df.ix[:,10] #第11列數據 2.按類型提取數據python good = df.loc[df["評價類型"]=="好評"] good_contents = good.ix[:,10]
相關文章
相關標籤/搜索