ChatGPT Twitter Dataset
#chatgpt Twitter Dataset
@kaggle.tariqsays_chatgpt_twitter_dataset
#chatgpt Twitter Dataset
@kaggle.tariqsays_chatgpt_twitter_dataset
This dataset contains a collection of tweets with the hashtag #chatgpt. The tweets were scraped from Twitter and cover a range of topics related to the ChatGPT language model. The dataset includes the following information for each tweet:
The dataset provides a glimpse into the online conversation surrounding the ChatGPT language model and can be used for various natural language processing and machine learning tasks, such as sentiment analysis, topic modeling, and more. It allows understanding the community, the level of interest, and the use of chatGPT.
CREATE TABLE chatgpt1 (
"datetime" VARCHAR,
"tweet_id" BIGINT,
"text" VARCHAR,
"username" VARCHAR,
"permalink" VARCHAR,
"user" VARCHAR,
"outlinks" VARCHAR,
"countlinks" VARCHAR,
"replycount" BIGINT,
"retweetcount" BIGINT,
"likecount" BIGINT,
"quotecount" BIGINT,
"conversationid" BIGINT,
"language" VARCHAR,
"source" VARCHAR,
"media" VARCHAR,
"quotedtweet" VARCHAR,
"mentionedusers" VARCHAR,
"hashtag" VARCHAR,
"hastag_counts" BIGINT
);Anyone who has the link will be able to view this.