French News - Stocks Prediction
French financial news with translation and sentiment analyses
@kaggle.arcticgiant_french_financial_news
French financial news with translation and sentiment analyses
@kaggle.arcticgiant_french_financial_news
CREATE TABLE frenchnews (
"numero_news" BIGINT,
"numero_page" BIGINT,
"numero" BIGINT,
"date" VARCHAR,
"heure" VARCHAR,
"titre" VARCHAR,
"contenu" VARCHAR,
"agency" VARCHAR,
"url" VARCHAR,
"texturl" VARCHAR,
"nbr_image" BIGINT,
"seconds_to_2010" DOUBLE,
"days_to_2010" DOUBLE,
"datedt" TIMESTAMP,
"title_eng" VARCHAR,
"content_eng" VARCHAR,
"texturl_eng" VARCHAR,
"sentiment_vader_title" DOUBLE,
"sentiment_vader_text" DOUBLE,
"sentiment_vader_texturl" DOUBLE
);
CREATE TABLE frenchnewsdayconcat (
"nbr_day" BIGINT,
"date" TIMESTAMP,
"nbrnewsjour" BIGINT,
"day_sent_vader_title" DOUBLE,
"day_sent_vader_text" DOUBLE,
"day_sent_vader_text_url" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"adj_close" DOUBLE,
"mean_sent_title" DOUBLE,
"mean_sent_text" DOUBLE,
"mean_sent_text_url" DOUBLE
);
Anyone who has the link will be able to view this.