Skip to content

Instantly share code, notes, and snippets.

@stuartlynn
Created May 27, 2014 16:49
Show Gist options
  • Save stuartlynn/d32e62cc4256c8526945 to your computer and use it in GitHub Desktop.
Save stuartlynn/d32e62cc4256c8526945 to your computer and use it in GitHub Desktop.
Planet hunters language stats
select application_identifier, count(*), count(distinct zooniverse_user_id) from classifications where zooniverse_user_id is not null group by application_identifier
select application_identifier, count(*), count(distinct session_id) from classifications where zooniverse_user_id is null group by application_identifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment