You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: