Chinese Stock CSI300 Guba Forum Comments 2015-2024
Analysis of CSI 300 Guba Forum Comments (2015-2024)
@kaggle.xingyus_csi300_guba_comments_2015_2024_xlsx
Analysis of CSI 300 Guba Forum Comments (2015-2024)
@kaggle.xingyus_csi300_guba_comments_2015_2024_xlsx
This dataset comprises comments from the CSI 300 Guba Forum, covering the period from 2015 to 2024. Each entry includes the comment text, the URL of the comment, the type of post, the author's name, the URL to the author's profile, the publication time, and the content of the comment. The data offers insights into investor sentiment, market reactions, and discussions surrounding the CSI 300 index over nearly a decade. This dataset can be utilized for sentiment analysis, market trend studies, and understanding investor behavior patterns.
CREATE TABLE csi300_guba_comments_2015_2024 (
"comment" VARCHAR,
"comment_url" VARCHAR,
"posttype" BIGINT,
"author" VARCHAR,
"author_url" VARCHAR,
"publish_time" TIMESTAMP,
"contents" VARCHAR,
"unnamed_7" VARCHAR -- Unnamed: 7
);
Anyone who has the link will be able to view this.