Enhanced US-GAAP Financial Statement Data Set
Refined US-GAAP Data with Outlier Correction, Amendments, and Missing Figures
@kaggle.vadimvanak_step_2
Refined US-GAAP Data with Outlier Correction, Amendments, and Missing Figures
@kaggle.vadimvanak_step_2
CREATE TABLE demo_figures (
"adsh" BIGINT,
"tag" VARCHAR,
"reported_figure" DOUBLE,
"quarterly_figure" DOUBLE,
"reported_figure_py" DOUBLE,
"quarterly_figure_py" DOUBLE,
"is_computed" BOOLEAN
);
CREATE TABLE submissions (
"adsh" BIGINT,
"cik" BIGINT,
"sic" BIGINT,
"form" VARCHAR,
"period" TIMESTAMP,
"accepted" TIMESTAMP,
"version" BIGINT,
"amendment_adsh" BIGINT,
"is_amended" BOOLEAN,
"ticker" VARCHAR,
"start_rep" TIMESTAMP,
"end_rep" TIMESTAMP,
"start_q" TIMESTAMP,
"end_q" TIMESTAMP,
"start_rep_py" TIMESTAMP,
"end_rep_py" TIMESTAMP,
"start_q_py" TIMESTAMP,
"end_q_py" TIMESTAMP
);
Anyone who has the link will be able to view this.