Shark Tank Companies
Can you predict which companies gets a deal on Shark Tank?
@kaggle.ulrikthygepedersen_shark_tank_companies
Can you predict which companies gets a deal on Shark Tank?
@kaggle.ulrikthygepedersen_shark_tank_companies
CREATE TABLE shark_tank_companies (
"deal" BOOLEAN,
"description" VARCHAR,
"episode" BIGINT,
"category" VARCHAR,
"entrepreneurs" VARCHAR,
"location" VARCHAR,
"website" VARCHAR,
"askedfor" BIGINT,
"exchangeforstake" BIGINT,
"valuation" BIGINT,
"season" BIGINT,
"shark1" VARCHAR,
"shark2" VARCHAR,
"shark3" VARCHAR,
"shark4" VARCHAR,
"shark5" VARCHAR,
"title" VARCHAR,
"episode_season" VARCHAR,
"multiple_entreprenuers" BOOLEAN
);
Anyone who has the link will be able to view this.