presidents
presidents,
a dataset directory which
contains data about US presidents.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
president_matrix,
a MATLAB code which
defines a sort of graph "adjacency" matrix for US presidents.
Presidents I and J are "adjacent" if there was any year in which
they were both alive, that is, if their lifespans overlap.
Datasets:
-
president_age_data.csv,
the age of the US presidents at death.
-
president_birth_data.csv,
the birthdays of the US presidents.
-
president_death_data.csv,
the death days of the US presidents.
-
president_height_data.csv,
the heights of the US presidents.
-
president_name_last_data.csv,
the last names of the US presidents.
-
president_rating_data.csv,
greatness ratings (0-5) of the US presidents.
-
president_state_data.csv,
the birth states of the US presidents.
-
president_timeline_data.csv,
the dates of birth, death, term start and term end of the US presidents.
-
president_matrix.png,
an adjacency matrix in which presidents I and J are adjacent if
they were ever alive at the same time.
Last revised on 04 May 2026.