Baselight

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

Loading...
Loading...

About this Dataset

Lottery Powerball Winning Numbers: 2010 To Present

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

  • Draw Date: The date of the drawing in YYYY-MM-DD format.
  • Winning Numbers: The five main winning numbers (white balls) plus the Powerball (red ball), listed in ascending order and separated by spaces.
  • Multiplier: The Power Play multiplier for that draw. If there was no multiplier, this value may be null or 1.

Potential Applications

  • Frequency Analysis: Analyze how often each number has been drawn. 📊
  • Statistical Modeling: Build models to predict future winning numbers (for entertainment purposes, of course!). 😜
  • Data Visualization: Create charts and graphs to visualize trends over time. 📈

Tables

Lottery Powerball Winning Numbers Beginning 2010

@kaggle.marcogherbezza_lottery_powerball_winning_numbers_beginning_2010.lottery_powerball_winning_numbers_beginning_2010
  • 41.89 KB
  • 1826 rows
  • 3 columns
Loading...

CREATE TABLE lottery_powerball_winning_numbers_beginning_2010 (
  "draw_date" TIMESTAMP,
  "winning_numbers" VARCHAR,
  "multiplier" DOUBLE
);

Share link

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