Smallcases (Investments) Data
Contains data of all the smallcases publicly available.
@kaggle.pranaii_smallcases_data
Contains data of all the smallcases publicly available.
@kaggle.pranaii_smallcases_data
CREATE TABLE smallcase_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"years" BIGINT,
"cagr" DOUBLE,
"min_amount" BIGINT -- Min. Amount,
"risk" VARCHAR,
"free" BOOLEAN -- Free?,
"description" VARCHAR,
"links" VARCHAR,
"manager" VARCHAR
);
Anyone who has the link will be able to view this.