Turkey And Syria Earthquake Tweets
Tweets about the recent earthquake in Turkey and Syria
@kaggle.swaptr_turkey_earthquake_tweets
Tweets about the recent earthquake in Turkey and Syria
@kaggle.swaptr_turkey_earthquake_tweets
This dataset contains tweets related to the earthquake that struck Turkey and Syria on Feb 6, 2023. The dataset includes the text of each tweet, the user profile information, the time and location of each tweet, and the number of likes, retweets, and replies for each tweet. The dataset also includes any hashtags, mentions, and links used in the tweets. This dataset provides a snapshot of the conversation about the natural disaster and its impact on the region in real-time. By analyzing the content of the tweets, researchers can gain a better understanding of the public's reaction to the event and the way it was reported and discussed on social media.
DATASET ARCHIVED
CREATE TABLE tweets (
  "date" TIMESTAMP,
  "content" VARCHAR,
  "hashtags" VARCHAR,
  "like_count" DOUBLE,
  "rt_count" DOUBLE,
  "followers_count" DOUBLE,
  "isverified" VARCHAR,
  "language" VARCHAR,
  "coordinates" VARCHAR,
  "place" VARCHAR,
  "source" VARCHAR
);Anyone who has the link will be able to view this.