Rows: 70 Columns: 14
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (6): name_of_exposition, country, city, category, theme, notables
dbl (8): start_month, start_year, end_month, end_year, visitors, cost, area,...
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
hist(worlds_fairs$visitors, xlab ="Visitors", main ="World's Fair Visitors", col ="magenta4")