Monkeypox Tweets
Tweets about Monkeypox for Data Analysis or Natural Language Processing
@kaggle.vencerlanz09_monkeypox_tweets
Tweets about Monkeypox for Data Analysis or Natural Language Processing
@kaggle.vencerlanz09_monkeypox_tweets
The CSV data file contains tweets scraped from twitter about Monkeypox. The file contains eight significant columns namely:
date - Date of the tweettime - Time of tweetid - Twitter username ID of the person who tweeted about monkeypoxtweet - Text about monkeypoxlanguage - Language used in the tweetreplies_count - Number of replies for the tweetretweets_count - Number of retweetslikes_count - Number of likesYou may also want to check out the Monkeypox Reddit Dataset: https://www.kaggle.com/datasets/vencerlanz09/monkeypox-reddit-topics
Monkeypox Reddit Topics EDA + Sentiment Analysis Notebook: https://www.kaggle.com/code/vencerlanz09/monkeypox-reddit-topics-eda-sentiment-analysis
I'm currently starting to learn about NLP and I'm planning to create an algorithm that could predict whether a certain tweet is about monkey pox or not. Hopefully, I could grasp the concepts quickly and gather an appropriate dataset as my personal project.
CREATE TABLE mpox_08_19_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_20_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_21_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_22_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_23_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_24_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_25_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_26_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_27_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_28_2022 (
"id" BIGINT,
"conversation_id" BIGINT,
"created_at" VARCHAR,
"date" TIMESTAMP,
"time" VARCHAR,
"timezone" BIGINT,
"user_id" BIGINT,
"username" VARCHAR,
"name" VARCHAR,
"place" VARCHAR,
"tweet" VARCHAR,
"language" VARCHAR,
"mentions" VARCHAR,
"urls" VARCHAR,
"photos" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT,
"hashtags" VARCHAR,
"cashtags" VARCHAR,
"link" VARCHAR,
"retweet" BOOLEAN,
"quote_url" VARCHAR,
"video" BIGINT,
"thumbnail" VARCHAR,
"near" VARCHAR,
"geo" VARCHAR,
"source" VARCHAR,
"user_rt_id" VARCHAR,
"user_rt" VARCHAR,
"retweet_id" VARCHAR,
"reply_to" VARCHAR,
"retweet_date" VARCHAR,
"translate" VARCHAR,
"trans_src" VARCHAR,
"trans_dest" VARCHAR
);CREATE TABLE mpox_08_29_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_30_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_08_31_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_09_01_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_09_02_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);CREATE TABLE mpox_09_03_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"id" BIGINT,
"tweet" VARCHAR,
"language" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT
);Anyone who has the link will be able to view this.