Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack Overflow survey data pivot service #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexSugak
Copy link

This is still work in progress but you can already use it to do basic queries against 2016 survey data.

Unfortunately, SO survey files have different format through years, so I will have to parse each year separately.

Also, what is your opinion on enumerated values?
E.g. SO survey has list of techs user can choose from.
As a result, we have a field storing all user preferred techs like "C#; Dart; Java; JavaScript; etc."
Returning this in a single field does not provide much value as you cannot do filtering/grouping on it.
I guess I could split this into separate fields like C#=true;Dart=true;Java=false etc.
Or maybe we could implement "contains" filter?

download survey files on start
fix eq filter, more survey columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant