python中R中“ StringAsFactor”的可互换参数是什么?

时间:2019-04-10 00:14:21

标签: python sentiment-analysis

enter image description here

我正在进行情绪分析。读取.tsv movie_review文件时,只有一列,但应该有三列:索引,情感,评论。 R中的“ stringAsFactor = F”将解决此问题,但是pd.read_table或其他选项中的相似代码是什么?

我尝试过:

a = pd.read_table('xxx.tsv',sep='\t')
a[col].str.split(' ') 

仅给出所有被拆分内容的列表。 我还尝试了默认设置,没有任何效果。

0 个答案:

没有答案