plotnine.data.presidential
presidential = pd.read_csv(DATA_DIR / "presidential.csv", parse_dates=[1, 2])
Terms of 11 presidents from Eisenhower to Obama.
Description
The names of each president, the start and end date of their term, and their party of 11 US presidents from Eisenhower to Obama.
Format
A data frame with 11 rows and 4 variables
Column | Description |
---|---|
name | Name of president |
start | Start of presidential term |
end | End of presidential term |
party | Political Party |