tcpd / tcpd-data

This repo is only used to track issues with TCPD data. There is no actual data or code in this repo.
0 stars 1 forks source link

0 and -1 votes in GE dataset need to be fixed #35

Open hangal opened 6 years ago

hangal commented 6 years ago

GE dataset

  1. RINCHIN KHANDU KHIMRE Arunachal, AC 1 in 1977 has 0 votes, but has position 1.
  2. Y.B.R.CHAVAN Maha AC 22 1963 has -1 votes
  3. D.K.BHANDARI(W) Sikkim AC 1 1985 has -1 votes

Were these uncontested? Does the code book specify whether uncontested should be 0, -1 or something else?

@gilkumar

gilkumar commented 6 years ago

If there are no other candidates, we consider them uncontested. We should have a way to identify them. Maybe just a note in the code book: “if position = 1 and votes = 0, means uncontested”.

Gilles Verniers Assistant Professor of Political Science | Ashoka University Co-Director, Trivedi Centre for Political Data Coordinator, Masters’ in Liberal Studies (MLS) gilles.verniers@ashoka.edu.in mailto:gilles.verniers@ashoka.edu.in | +91 98109 56049 | www.ashoka.edu.in http://www.ashoka.edu.in/

New publications:

On 04-Nov-2018, at 2:39 PM, hangal notifications@github.com wrote:

GE dataset

RINCHIN KHANDU KHIMRE Arunachal, AC 1 in 1977 has 0 votes, but has position 1. Y.B.R.CHAVAN Maha AC 22 1963 has -1 votes D.K.BHANDARI(W) Sikkim AC 1 1985 has -1 votes Were these uncontested? Does the code book specify whether uncontested should be 0, -1 or something else?

@gilkumar https://github.com/gilkumar — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tcpd/tcpd-data/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/AZbuHSpcwrA-1ZFW3JdK11MHatySc63oks5urq7YgaJpZM4YNNYT.

mohitkharb commented 6 years ago

all the cases in GE where position ==1 and votes <= 0 have only 1 contesting candidates. -1 votes were given in bypolls sheet shared by eci for uncontested constituencies. Updated in GE candidates_electoral_info.csv file, ( commit 7643776ec1)

hangal commented 5 years ago

5 rows also have NA in Votes field. What are these? @mohitkharb @gilkumar

hangal commented 5 years ago

@mohitkharb how do we capture uncontested? Votes = 0 is not a good way because a real contestant could get 0 votes. Maybe -1? Codebook needs to be updated in any case.