Indian Unicorns Dataset
List of Indian Unicorns with Details and financial information
@kaggle.pratiksharm_indian_unicorns
List of Indian Unicorns with Details and financial information
@kaggle.pratiksharm_indian_unicorns
CREATE TABLE data_grid_view (
"s_no" BIGINT -- S No.,
"unicorns" VARCHAR,
"segment" VARCHAR,
"valuation_bn" VARCHAR -- Valuation ($ Bn),
"fy21_p_l_cr" VARCHAR -- FY21 P/L (Cr),
"fy20_p_l_cr" VARCHAR -- FY20 P/L (Cr),
"fy21_op_revenue_cr" DOUBLE -- FY21 Op Revenue (Cr),
"fy21_expenses_cr" DOUBLE -- FY21 Expenses (Cr),
"fy21_ebitda_margin" VARCHAR,
"fy21_exp_op_revenue" DOUBLE,
"total_funding_mn" DOUBLE -- Total Funding ($ Mn),
"head_count" BIGINT,
"founded_in" BIGINT,
"unicorn_in" DOUBLE,
"unicorn_age" DOUBLE,
"current_status" VARCHAR,
"headquarters" VARCHAR,
"founders" VARCHAR,
"key_investors" VARCHAR
);
CREATE TABLE indian_unicorns_dataset (
"s_no" BIGINT -- S No.,
"unicorns" VARCHAR,
"segment" VARCHAR,
"valuation_bn" VARCHAR -- Valuation ($ Bn),
"fy21_p_l_cr" VARCHAR -- FY21 P/L (Cr),
"fy20_p_l_cr" VARCHAR -- FY20 P/L (Cr),
"fy21_op_revenue_cr" DOUBLE -- FY21 Op Revenue (Cr),
"fy21_expenses_cr" DOUBLE -- FY21 Expenses (Cr),
"fy21_ebitda_margin" VARCHAR,
"fy21_exp_op_revenue" DOUBLE,
"total_funding_mn" DOUBLE -- Total Funding ($ Mn),
"head_count" DOUBLE,
"founded_in" BIGINT,
"unicorn_in" DOUBLE,
"unicorn_age" DOUBLE,
"current_status" VARCHAR,
"headquarters" VARCHAR,
"founders" VARCHAR,
"key_investors" VARCHAR
);
Anyone who has the link will be able to view this.