Christmas Tweets
50,000 scraped tweet metadata from this 2k16 Christmas
@kaggle.dhruvm_christmastwitterdata
50,000 scraped tweet metadata from this 2k16 Christmas
@kaggle.dhruvm_christmastwitterdata
This dataset contains the metadata of over 50,000 tweets from Christmas Eve and Christmas. We are hoping the data science and research community can use this to develop new and informative conclusions about this holiday season.
We acquired this data through a web crawler written in Java. The first field is the id of the tweet, and the second is the HTML metadata. We recommend using BeautifulSoup or another library to parse this data and extract information from each tweet.
We would especially like to see research on the use of emojis in tweets, the type of sentiment there is on Christmas (Maybe determine how grateful each country is), or some kind of demographic on the age or nationality of active Twitter users during Christmas.
CREATE TABLE holidaytweets (
"id" VARCHAR,
"n__metadata" VARCHAR -- Metadata
);
Anyone who has the link will be able to view this.