#Coronavirus On TikTok
Examining Factors Related to Reception of Content
@kaggle.thedevastator_user_engagement_with_covid_misinformation_on_tik
Examining Factors Related to Reception of Content
@kaggle.thedevastator_user_engagement_with_covid_misinformation_on_tik
CREATE TABLE tiktok_data_open (
"views" BIGINT,
"likes" BIGINT,
"comments" BIGINT,
"official_source" BIGINT,
"pub_hcp" BIGINT,
"pub_news" BIGINT,
"pub_patient" BIGINT,
"pub_other" BIGINT,
"female" BIGINT,
"gender_other" BIGINT,
"age00" BIGINT,
"age30" BIGINT,
"age50" BIGINT,
"age_unk" BIGINT,
"topic_humor" BIGINT,
"topic_ip" BIGINT,
"topic_clinical" BIGINT,
"d_descriptionofriskfactors" BIGINT,
"d_descriptionofsymptoms" BIGINT,
"d_modesoftransmission" BIGINT,
"d_masks" BIGINT,
"d_demonstratewearingmask" BIGINT,
"d_eyeprotection" BIGINT,
"d_handhygiene" BIGINT,
"d_socialdistancing" BIGINT,
"d_testing" BIGINT,
"d_preventiondiscussed" BIGINT,
"d_quarantining" BIGINT,
"d_commercialbias" BIGINT,
"masksent_pos" BIGINT,
"masksent_neg" BIGINT,
"masksent_neu" BIGINT,
"testsent_pos" BIGINT,
"testsent_neg" BIGINT,
"testsent_neu" BIGINT,
"discern_moderate" BIGINT,
"discern_high" BIGINT,
"discern_low" BIGINT,
"discern_mh" BIGINT,
"p_understand_high" BIGINT,
"p_action_high" BIGINT,
"misinfo_high" BIGINT,
"misinfo_mod" BIGINT,
"misinfo_level" BIGINT,
"misinfo_any" BIGINT,
"behavior_change" BIGINT
);
Anyone who has the link will be able to view this.