Python Forum

Full Version: Need help on analyzing Tweets for a cause
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.