Baselight

US Mega Millions Historical Numbers

Mega Millions Drawing Numbers from 2010 to 2022

@kaggle.chrico03_us_mega_millions_historical_numbers

Loading...
Loading...

About this Dataset

US Mega Millions Historical Numbers

Applying Data Science and Analytics to the Lottery is a futile effort, but making the data available for study isn't. This dataset covers all US Mega Millions numbers drawn from Feb 2, 2010 thru July 26, 2022. Ball_1 thru Ball_5 are constrained to numbers between 1 and 70 (inclusive), while the Mega Ball is constrained to numbers between 1 and 25 (inclusive).

Tables

Mega Millions Historic

@kaggle.chrico03_us_mega_millions_historical_numbers.mega_millions_historic
  • 25.61 KB
  • 1303 rows
  • 8 columns
Loading...

CREATE TABLE mega_millions_historic (
  "date" TIMESTAMP,
  "ball_1" BIGINT,
  "ball_2" BIGINT,
  "ball_3" BIGINT,
  "ball_4" BIGINT,
  "ball_5" BIGINT,
  "mega_ball" BIGINT,
  "mega_plier" VARCHAR
);

Share link

Anyone who has the link will be able to view this.