● Online data harvesting and managing, using Python ● The data set consists of tweets, relevant to the Ukraine-Russia War ● They are fetched directly from the X platform
- Install Python libraries pip install tweepy pip install pandas
● Use of Python Libraries like Tweepy and Pandas ● Tweepy helps to harvest the large amounts of data from the X platform ● Pandas’ DataFrame helps to organize and handle big data
Python helped me get large amounts of online data and store it in a CSV file ready to be analysed.