Giter Club home page Giter Club logo

debates's People

Contributors

jamesmartherus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

debates's Issues

Gerald Ford is misclassified

Hi,

First, thank you very much for making this awesome resource so easily usable! It was extremely valuable for us.

I found that all rows by president Gerald Ford are classified as candidate=0 and, if you can't find him, that's because his speaker value is incorrectly labeled as Gerlad Ford ๐Ÿ˜… .

Kind regards

John Edwards observations coded as presidential debates

Hi @jamesmartherus, thanks so much for your work in creating this amazing resource!

I think I found a small error: there are two observations for John Edwards coded as "Pres" in the type variable. For example, running the following:

library(debates)
data(debate_transcripts)
table(debate_transcripts$speaker[debate_transcripts$type=="Pres" & debate_transcripts$candidate==1], exclude = F)

Gets you this:
image

I was focusing only on the general election presidential debates data, so I'm not sure if there are also issues for John Edwards in other type values (e.g. in primary or VP debates data).

Unrelated question: just wanted to check, but the missing debates between 1960 and 1976 was intentional/something you were aware of, right? Again, just want to make sure it wasn't supposed to be in the data or anything.

Some speakers are misclassified as `candidate==0`

James, thank you for putting this great resource together!

FYI, there appear to be 3 cases in 2020 primary debates when a speaker is classified as not being a candidate

  • John Delaney
  • "Bill deBlasio" (but "Bill DeBlasio" rows are classified correctly)
  • Kamala Harris (but only in one dabate: 2020-10-08)

(I noticed this while running debate_transcripts %>% filter(election_year==2020) %>% group_by(candidate) %>% count(speaker) %>% View() )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.