Russia - Ukraine War Tweets
Tweets about ongoing Russia - Ukraine war
@kaggle.thedevastator_invasion_of_ukraine_tweets_and_user_features
Tweets about ongoing Russia - Ukraine war
@kaggle.thedevastator_invasion_of_ukraine_tweets_and_user_features
By [source]
This dataset consists of tweets relating to the Russian invasion of Ukraine that were scraped for this study. Only tweets of which user features were available are included in the dataset. The tweets and corresponding user features can be rehydrated using the Twitter API. However, it could be that some tweets or users might be deleted or put on private and are therefore no longer available. Moreover, user and tweet features might change over time
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
The dataset consists of tweets relating to the Russian invasion of Ukraine that were scraped for this study. Only tweets of which user features were available are included in the dataset.
The tweets and corresponding user features can be rehydrated using the Twitter API. However, it could be that some tweets or users might be deleted or put on private and are therefore no longer available. Moreover, user and tweet features might change over time
This dataset can be used to study the change in sentiment, and topics over time as the war continues
- Find out which tweets are most popular among people interested in the Russian invasion of Ukraine
- Identify which user attributes are associated with tweets about the Russian invasion of Ukraine
- Study the change in sentiment and public opinion on the war as events unfold.
If you use this dataset in your research, please credit the original authors.
Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: after_invasion_tweetids.csv
| Column name | Description |
|---|---|
| id | The tweet id. (String) |
File: before_invasion_tweetids.csv
| Column name | Description |
|---|---|
| id | The tweet id. (String) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .
CREATE TABLE after_invasion_tweetids (
"unnamed_0" BIGINT -- Unnamed: 0,
"id" BIGINT
);CREATE TABLE before_invasion_tweetids (
"unnamed_0" BIGINT -- Unnamed: 0,
"id" BIGINT
);Anyone who has the link will be able to view this.