Baselight

Miss America Titleholders

Miss america over the years

@kaggle.thedevastator_miss_america_titleholders_a_comprehensive_datase

Loading...
Loading...

About this Dataset

Miss America Titleholders

Miss America Titleholders

Miss America over the years


About this dataset

Every year, young women from across the United States compete for the title of Miss America. The competition is open to women between the ages of 17 and 25, and includes a talent portion, an interview, and a swimsuit competition (which was removed in 2018). The winner is crowned by the previous year's titleholder and goes on to tour the nation for about 20,000 miles a month, promoting her particular platform of interest.

The Miss America dataset contains information on all Miss America titleholders from 1921 to 2022. It includes columns for the year of the pageant, the name of the crowned winner, her state or district represented, awards won, talent performed, and notes about her win

How to use the dataset

This dataset contains information on Miss America titleholders from 1921 to 2022. The data includes the name of the winner, her state or district, the city she represented, her talent, and the year she won

Research Ideas

  • Miss America could be used to study changes in American culture over time. For example, the decline in the swimsuit competition could be seen as a sign of increasing body positivity in the US.
  • The dataset could be used to study the effect of winning Miss America has on a woman's career. Does winning lead to more opportunities?
  • The dataset could be used to study geographical patterns inMiss America winners. For example, are there any states that have produced more winners than others?

Acknowledgements

License

> License: Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
> - You are free to:
> - Share - copy and redistribute the material in any medium or format for any purpose, even commercially.
> - Adapt - remix, transform, and build upon the material for any purpose, even commercially.
> - You must:
> - Give appropriate credit - Provide a link to the license, and indicate if changes were made.
> - ShareAlike - You must distribute your contributions under the same license as the original.

Columns

File: miss_america_titleholders.csv

Column name Description
year The year the Miss America pageant was held. (Integer)
crowned The name of the Miss America titleholder. (String)
winner The name of the Miss America winner. (String)
state_or_district The state or district represented by the Miss America winner. (String)
city The city represented by the Miss America winner. (String)
awards The awards won by the Miss America winner. (String)
talent The talent performed by the Miss America winner. (String)
notes Notes about the Miss America winner. (String)

File: eurovision_winners.csv

Column name Description
Year The year the pageant was held. (Integer)
Date The date the pageant was held. (Date)
Host City The city where the pageant was held. (String)
Winner The name of the pageant winner. (String)
Song The song performed by the pageant winner. (String)
Performer The name of the performer of the pageant winner's song. (String)
Points The number of points the pageant winner received. (Integer)
Margin The margin of points between the pageant winner and runner-up. (Integer)
Runner-up The name of the pageant runner-up. (String)

Tables

Eurovision Winners

@kaggle.thedevastator_miss_america_titleholders_a_comprehensive_datase.eurovision_winners
  • 11.41 KB
  • 66 rows
  • 10 columns
Loading...

CREATE TABLE eurovision_winners (
  "index" BIGINT,
  "year" BIGINT,
  "date" VARCHAR,
  "host_city" VARCHAR,
  "winner" VARCHAR,
  "song" VARCHAR,
  "performer" VARCHAR,
  "points" VARCHAR,
  "margin" VARCHAR,
  "runner_up" VARCHAR
);

Miss America Titleholders

@kaggle.thedevastator_miss_america_titleholders_a_comprehensive_datase.miss_america_titleholders
  • 17.07 KB
  • 93 rows
  • 10 columns
Loading...

CREATE TABLE miss_america_titleholders (
  "index" BIGINT,
  "year" BIGINT,
  "crowned" VARCHAR,
  "winner" VARCHAR,
  "state_or_district" VARCHAR,
  "city" VARCHAR,
  "age" BIGINT,
  "awards" VARCHAR,
  "talent" VARCHAR,
  "notes" VARCHAR
);

Share link

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