Baselight

Monkeypox Tweets

Tweets about Monkeypox for Data Analysis or Natural Language Processing

@kaggle.vencerlanz09_monkeypox_tweets

Loading...
Loading...

About this Dataset

Monkeypox Tweets

Overview

The CSV data file contains tweets scraped from twitter about Monkeypox. The file contains eight significant columns namely:

  • date - Date of the tweet
  • time - Time of tweet
  • id - Twitter username ID of the person who tweeted about monkeypox
  • tweet - Text about monkeypox
  • language - Language used in the tweet
  • replies_count - Number of replies for the tweet
  • retweets_count - Number of retweets
  • likes_count - Number of likes

Similar Dataset

You 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

Inspiration

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.

Tables

Mpox 08–19–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_19_2022
  • 1.15 MB
  • 10015 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_19_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–20–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_20_2022
  • 1.19 MB
  • 10017 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_20_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–21–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_21_2022
  • 737.75 KB
  • 6444 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_21_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–22–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_22_2022
  • 854.38 KB
  • 7146 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_22_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–23–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_23_2022
  • 871.36 KB
  • 7103 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_23_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–24–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_24_2022
  • 702.86 KB
  • 5633 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_24_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–25–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_25_2022
  • 766.49 KB
  • 6663 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_25_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–26–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_26_2022
  • 660.72 KB
  • 5373 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_26_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–27–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_27_2022
  • 459.23 KB
  • 4135 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_27_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–28–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_28_2022
  • 861.13 KB
  • 3360 rows
  • 36 columns
Loading...

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
);

Mpox 08–29–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_29_2022
  • 607.73 KB
  • 6964 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_29_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–30–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_30_2022
  • 675.66 KB
  • 6859 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_30_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 08–31–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_08_31_2022
  • 624.11 KB
  • 5562 rows
  • 9 columns
Loading...

CREATE TABLE mpox_08_31_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 09–01–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_09_01_2022
  • 432.74 KB
  • 3668 rows
  • 9 columns
Loading...

CREATE TABLE mpox_09_01_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 09–02–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_09_02_2022
  • 425.42 KB
  • 3568 rows
  • 9 columns
Loading...

CREATE TABLE mpox_09_02_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Mpox 09–03–2022

@kaggle.vencerlanz09_monkeypox_tweets.mpox_09_03_2022
  • 314.94 KB
  • 2736 rows
  • 9 columns
Loading...

CREATE TABLE mpox_09_03_2022 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "id" BIGINT,
  "tweet" VARCHAR,
  "language" VARCHAR,
  "replies_count" BIGINT,
  "retweets_count" BIGINT,
  "likes_count" BIGINT
);

Share link

Anyone who has the link will be able to view this.