Skip to content
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

a note to users: CSV should not include index column #10

Open
weiaiwayne opened this issue Feb 23, 2021 · 2 comments
Open

a note to users: CSV should not include index column #10

weiaiwayne opened this issue Feb 23, 2021 · 2 comments

Comments

@weiaiwayne
Copy link

I previously had trouble with coord_net_tk.preprocess.preprocess_csv_files() which threw me the 'too many values to unpack' error. I just found out that the importing CSV should not include index column. Without the index, the code works perfectly!

@SamHames
Copy link
Collaborator

Thanks for pointing that out - we know the documentation is a bit sparse, do you have any insight into what would have made it easier for you?

@weiaiwayne
Copy link
Author

You can add a brief mention of not including the index column when saving csc file..

Additionally, I will have to remove extremely short tweets to prevent a user-defined function error when creating co-similar-tweet networks. Other than that, the script runs beautifully!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants