18  comic-characters.csv

The data in comic-characters.csv contains data on 14 attributes for 23,272 comic characters. These data were scraped in 2014 from from Marvel Wikia and DC Wikia by FiveThirtyEight and used in the story Comic Books Are Still Made By Men, For Men And About Men. The variables are:


18.0.1 Preview

Code
# Import Data
comics = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/comic-characters.csv")

# View data
comics