From 155903d6fdfbdce3b650b8c4d1dcf38858571e1f Mon Sep 17 00:00:00 2001 From: Andrei Scheinkman Date: Mon, 23 Mar 2015 11:29:55 -0400 Subject: [PATCH] Update README.md --- comic-characters/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comic-characters/README.md b/comic-characters/README.md index 2e84e87..0ef371b 100644 --- a/comic-characters/README.md +++ b/comic-characters/README.md @@ -4,7 +4,7 @@ The raw data behind the story [Comic Books Are Still Made By Men, For Men And Ab The data comes from [Marvel Wikia](http://marvel.wikia.com/Main_Page) and [DC Wikia](http://dc.wikia.com/wiki/Main_Page). Characters were scraped on August 24. Appearance counts were scraped on September 2. The month and year of the first issue each character appeared in was pulled on October 6. -The data is split into two files, for DC and Marvel, respetively: `dc-wikia-data.csv` and `marvel-wikia-data.csv`. Each file has the following variables: +The data is split into two files, for DC and Marvel, respectively: `dc-wikia-data.csv` and `marvel-wikia-data.csv`. Each file has the following variables: Variable | Definition ---|--------- @@ -20,4 +20,4 @@ Variable | Definition `ALIVE` | If the character is alive or deceased `APPEARANCES` | The number of appareances of the character in comic books (as of Sep. 2, 2014. Number will become increasingly out of date as time goes on.) `FIRST APPEARANCE` | The month and year of the character's first appearance in a comic book, if available -`YEAR` | The year of the character's first appearance in a comic book, if available \ No newline at end of file +`YEAR` | The year of the character's first appearance in a comic book, if available