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 have solved this problem,this error occurs because of the lack of bom headers when writing in csv.Just need to change the encoding in the csv_tweet_output.py ,set encoding='utf-8_sig',thats will be fine.
The data is saved to csv and can show in pycharm or notepad++ clearly.But when i open the csv file with Excel the data content will be disordered.
The text was updated successfully, but these errors were encountered: