Python Forum
Need help on analyzing Tweets for a cause - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Need help on analyzing Tweets for a cause (/thread-13398.html)



Need help on analyzing Tweets for a cause - karthikv080 - Oct-13-2018

Hi, I am new to python and have very basic knowledge of the tools and packages about the same. I am working with an NGO in analyzing the tweets that happened during the recent floods in Kerala, India.
Issues I am facing
1. Tweets are in three languages. I need to first translate everything to english
2. Data is in multiple csv files. As the data structure is same, I need to append data in all the files
3. Perform text mining and build data story

Please let me know which version of Python and what all tools and packages can be used.