Sentiment Analysis - Labelled Financial News Data
Annotated financial news data from economic times for sentiment analysis
@kaggle.aravsood7_sentiment_analysis_labelled_financial_news_data
Annotated financial news data from economic times for sentiment analysis
@kaggle.aravsood7_sentiment_analysis_labelled_financial_news_data
CREATE TABLE fin_cleaned (
"date_published" TIMESTAMP,
"headline" VARCHAR,
"synopsis" VARCHAR,
"full_text" VARCHAR,
"final_status" VARCHAR
);
Anyone who has the link will be able to view this.