From 6e9a4157bec3b34603e9fa0c392613907516c02e Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 23 Mar 2021 16:06:47 -0400 Subject: [PATCH] add methodology column descritpion in README --- pollster-ratings/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pollster-ratings/README.md b/pollster-ratings/README.md index 95b15b5..1f5a67f 100644 --- a/pollster-ratings/README.md +++ b/pollster-ratings/README.md @@ -33,6 +33,7 @@ Header | Definition `type_simple` | Type of election (5 categories) `type_detail` | Detailed type of election (this distinguishes between Republican and Democratic primaries, for example, whereas `type_simple` does not) `pollster` | Pollster name +`methodology` | Methodology used to conduct this poll. One or more of the following values: Mixed method polls list the methods involved in the poll separated by slashes. `partisan` | Flag for internal/partisan poll. "D" indicates Democratic poll, "R" indicates Republican poll, "I" indicates poll put out by independent candidate's campaign. Note that different sources define these categories differently and our categorization will often reflect the original source's definition. In other words, these definitions may be inconsistent and should be used carefully. `polldate` | Median field date of the poll `samplesize` | Sample size of the poll. Where missing, this is estimated from the poll's margin of error, or similar polls conducted by the same polling firm. A sample size of 600 is used if no better estimate is available.