Baselight

Tweets Sample

A small single csv file containing sample tweets

@kaggle.ahmedshahriarsakib_tweet_sample

Loading...
Loading...

About this Dataset

Tweets Sample

Overview

Data was collected using tweepy, a Python library for accessing the Twitter API.

The dataset has 386 rows and 21 columns.

Please check the Starter Notebook to get started

Column list -

  • Tweet Id
  • Tweet URL
  • Tweet Posted Time (UTC)
  • Tweet Content
  • Tweet Type
  • Client
  • Retweets Received
  • Likes Received
  • Tweet Location
  • Tweet Language
  • User Id
  • Name
  • Username
  • User Bio
  • Verified or Non-Verified
  • Profile URL
  • Protected or Non-protected
  • User Followers
  • User Following
  • User Account Creation Date
  • Impressions

Tables

Sample

@kaggle.ahmedshahriarsakib_tweet_sample.sample
  • 84.86 kB
  • 386 rows
  • 21 columns
Loading...
CREATE TABLE sample (
  "tweet_id" VARCHAR,
  "tweet_url" VARCHAR,
  "tweet_posted_time_utc" VARCHAR  -- Tweet Posted Time (UTC),
  "tweet_content" VARCHAR,
  "tweet_type" VARCHAR,
  "client" VARCHAR,
  "retweets_received" BIGINT,
  "likes_received" BIGINT,
  "tweet_location" VARCHAR,
  "tweet_language" VARCHAR,
  "user_id" VARCHAR,
  "name" VARCHAR,
  "username" VARCHAR,
  "user_bio" VARCHAR,
  "verified_or_non_verified" VARCHAR,
  "profile_url" VARCHAR,
  "protected_or_non_protected" VARCHAR,
  "user_followers" BIGINT,
  "user_following" BIGINT,
  "user_account_creation_date" VARCHAR,
  "impressions" BIGINT
);

Share link

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