380,000 Guesses Dataset - Higher Or Lower?
Real-world curated game data
@kaggle.sdobson46_higher_or_lower_game
Real-world curated game data
@kaggle.sdobson46_higher_or_lower_game
CREATE TABLE guesses (
"gameid" VARCHAR,
"targetnum" DOUBLE,
"attemptnum" DOUBLE,
"guess" DOUBLE,
"risk" DOUBLE,
"perfectguess" BIGINT,
"outofbounds" BIGINT,
"lowerbound" DOUBLE,
"upperbound" DOUBLE
);
Anyone who has the link will be able to view this.