-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some problem about data preprocess #30
Comments
same problem. |
I fixed it. see: |
Thanks! |
Same problem. So, how can I fix it. |
Thanks. Now I have fixed it. |
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!!!
The text was updated successfully, but these errors were encountered: