Lottery Powerball Winning Numbers: 2010 To Present
A comprehensive look at US Powerball winning numbers, 2010-present
@kaggle.marcogherbezza_lottery_powerball_winning_numbers_beginning_2010
A comprehensive look at US Powerball winning numbers, 2010-present
@kaggle.marcogherbezza_lottery_powerball_winning_numbers_beginning_2010
This dataset contains the winning numbers, Powerball, and Power Play multiplier for the United States Powerball lottery, with data extending from 2010 to the present. It's a useful resource for anyone interested in data analysis, statistics, or just curious about the patterns (or lack thereof) in lottery draws.
Columns
Potential Applications
CREATE TABLE lottery_powerball_winning_numbers_beginning_2010 (
"draw_date" TIMESTAMP,
"winning_numbers" VARCHAR,
"multiplier" DOUBLE
);
Anyone who has the link will be able to view this.