some problem about data preprocess
there is a problem about the panda usage:
AttributeError: 'DataFrame' object has no attribute 'review'
at line 46, 55: 46: data_train = pd.read_csv('labeledTrainData.tsv', sep='\t') 55 :for idx in range(data_train.review.shape[0]):
variable "data_train" does not got attribute "review"
===========
I have looked for different of pandas and the problem is still not fixed Any suggestion about this problem?
THANKS!!!
same problem.
I fixed it. wget just download a .html file, not real .tsv file.
see: https://raw.githubusercontent.com/MatthieuBizien/Bag-popcorn/master/labeledTrainData.tsv
I fixed it. wget just download a .html file, not real .tsv file.
see: https://raw.githubusercontent.com/MatthieuBizien/Bag-popcorn/master/labeledTrainData.tsv
Thanks!
I fixed it. wget just download a .html file, not real .tsv file.
see: https://raw.githubusercontent.com/MatthieuBizien/Bag-popcorn/master/labeledTrainData.tsv
Same problem. So, how can I fix it.
I fixed it. wget just download a .html file, not real .tsv file.
see: https://raw.githubusercontent.com/MatthieuBizien/Bag-popcorn/master/labeledTrainData.tsv
Thanks. Now I have fixed it.