S&P500 Text Data
Textual data about companies in the S&P 500
@kaggle.aakashsaroop_sp500_text_data
Textual data about companies in the S&P 500
@kaggle.aakashsaroop_sp500_text_data
This dataset contains the text contents of the wikipedia article corresponding to each company in the S&P 500.
This data has been webscrapped from wikipedia.
CREATE TABLE sp500 (
"unnamed_0" BIGINT -- Unnamed: 0,
"company_name" VARCHAR,
"text" VARCHAR
);
Anyone who has the link will be able to view this.