Economy, Business And Finance Articles
Market Moves: Insightful Snapshots from the World of Finance and Business
@kaggle.amulyas_economy_business_and_finance_articles
Market Moves: Insightful Snapshots from the World of Finance and Business
@kaggle.amulyas_economy_business_and_finance_articles
This dataset is a curated collection of articles related to economy, finance, and business, each uniquely identified by a UUID. It includes URLs, authorship details, publication timestamps, and full article text. Highlights indicate keywords or phrases, while language and sentiment analysis offer linguistic and emotional insights.
Content is categorized from broad to specific domains, with embedded external links and images enriching the context. A rating system evaluates article relevance. Crawled and updated timestamps ensure data recency, and thread metadata captures the breadth of online discussions, including engagement and social reach metrics.
Social media interaction data across platforms reflects digital engagement, and entity tracking identifies people, organizations, and locations mentioned. Performance scores and domain ranks provide a gauge of source authority and content visibility, making this dataset valuable for content trend analysis and sentiment gauging in the financial sector.
CREATE TABLE combined_file (
"uuid" VARCHAR,
"url" VARCHAR,
"ord_in_thread" BIGINT,
"parent_url" VARCHAR,
"author" VARCHAR,
"published" VARCHAR,
"title" VARCHAR,
"text" VARCHAR,
"highlighttext" VARCHAR,
"highlighttitle" VARCHAR,
"highlightthreadtitle" VARCHAR,
"language" VARCHAR,
"sentiment" VARCHAR,
"categories" VARCHAR,
"external_links" VARCHAR,
"external_images" VARCHAR,
"rating" VARCHAR,
"crawled" VARCHAR,
"updated" VARCHAR,
"thread_uuid" VARCHAR,
"thread_url" VARCHAR,
"thread_site_full" VARCHAR,
"thread_site" VARCHAR,
"thread_site_section" VARCHAR,
"thread_site_categories" VARCHAR,
"thread_section_title" VARCHAR,
"thread_title" VARCHAR,
"thread_title_full" VARCHAR,
"thread_published" VARCHAR,
"thread_replies_count" BIGINT,
"thread_participants_count" BIGINT,
"thread_site_type" VARCHAR,
"thread_country" VARCHAR,
"thread_main_image" VARCHAR,
"thread_performance_score" BIGINT,
"thread_domain_rank" BIGINT,
"thread_domain_rank_updated" VARCHAR,
"thread_reach" VARCHAR,
"thread_social_facebook_likes" BIGINT,
"thread_social_facebook_comments" BIGINT,
"thread_social_facebook_shares" BIGINT,
"thread_social_gplus_shares" BIGINT,
"thread_social_pinterest_shares" BIGINT,
"thread_social_linkedin_shares" BIGINT,
"thread_social_stumbledupon_shares" BIGINT,
"thread_social_vk_shares" BIGINT,
"entities_persons" VARCHAR,
"entities_organizations" VARCHAR,
"entities_locations" VARCHAR
);Anyone who has the link will be able to view this.