Baselight

TikTok Videos

Tiktok videos with Claim/Opinion category

@kaggle.lioneldelire_tiktok_videos

Tiktok Dataset
@kaggle.lioneldelire_tiktok_videos.tiktok_dataset

  • 1.14 MB
  • 19382 rows
  • 12 columns
n

#

claim_status

Claim Status

video_id

Video Id

video_duration_sec

Video Duration Sec

video_transcription_text

Video Transcription Text

verified_status

Verified Status

author_ban_status

Author Ban Status

video_view_count

Video View Count

video_like_count

Video Like Count

video_share_count

Video Share Count

video_download_count

Video Download Count

video_comment_count

Video Comment Count

1claim701766601759someone shared with me that drone deliveries are already happening and will become common by 2025not verifiedunder review343296194252411
2claim401438113632someone shared with me that there are more microorganisms in one teaspoon of soil than people on the planetnot verifiedactive14087777355190341161684
3claim985983809131someone shared with me that american industrialist andrew carnegie had a net worth of $475 million usd, worth over $300 billion usd todaynot verifiedactive902185976902858833329
4claim186684799125someone shared with me that the metro of st. petersburg, with an average depth of hundred meters, is the deepest metro in the worldnot verifiedactive437506239954348121234584
5claim710523109819someone shared with me that the number of businesses allowing employees to bring pets to the workplace has grown by 6% worldwidenot verifiedactive56167349874110547152
6claim897220095535someone shared with me that gross domestic product (gdp) is the best financial indicator of a country's overall trade potentialnot verifiedunder review3366471755466230342931857
7claim495888699216someone shared with me that elvis presley has sold more records than the music band the beatlesnot verifiedactive75034548619219391186165446
8claim227098226341someone shared with me that the best selling single of all time is "white christmas" by bing crosbynot verifiedactive5475321072502211
9claim523576969250someone shared with me that about half of the world's population can access the web via a mobile devicenot verifiedactive248191016010505327
10claim466086109445someone shared with me that it would take a 50 petabyte drive to store every written work ever createdverifiedactive9315871710516773941042540

CREATE TABLE tiktok_dataset (
  "n" BIGINT,
  "claim_status" VARCHAR,
  "video_id" BIGINT,
  "video_duration_sec" BIGINT,
  "video_transcription_text" VARCHAR,
  "verified_status" VARCHAR,
  "author_ban_status" VARCHAR,
  "video_view_count" DOUBLE,
  "video_like_count" DOUBLE,
  "video_share_count" DOUBLE,
  "video_download_count" DOUBLE,
  "video_comment_count" DOUBLE
);

Share link

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