Mobile/Non-mobile Tech Articles & Tweets
Bridgei2i's Articles and Tweets Data-Mobile-Tech/Non-Mobile Tech Classification
@kaggle.shreyasajal_mobilenonmobile_tech_articles_and_tweets
Bridgei2i's Articles and Tweets Data-Mobile-Tech/Non-Mobile Tech Classification
@kaggle.shreyasajal_mobilenonmobile_tech_articles_and_tweets
CREATE TABLE dev_data_article (
"text_id" VARCHAR,
"text" VARCHAR,
"headline" VARCHAR,
"mobile_tech_flag" BIGINT
);
CREATE TABLE dev_data_tweet (
"tweet_id" VARCHAR,
"tweet" VARCHAR,
"mobile_tech_tag" BIGINT
);
Anyone who has the link will be able to view this.