-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
2021 Dask survey results #193
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Couple of points:
|
Also, one person complained about there being too many questions. They must have been pretty motivated to do that, since we didn't really give a good opening for that kind of feedback. They might have a point: there were 43 questions this year, the survey was roughly 50% longer than last year. |
@TomAugspurger you might be interested, since you did the survey analysis the last two years |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really great. Just spotted a couple of typos.
Co-authored-by: Jacob Tomlinson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thanks for working on this @GenevieveBuckley!
Thanks Tom! |
Co-authored-by: Tom Augspurger <[email protected]>
Suggestion from Matt on the blopost PR - add another graph showing that more people are saying many people widespread across their organization use Dask. (I'll also need to rerun the notebook, to remove the FutureWarning Tom's change has just fixed) |
|
Interesting points here:
Some graphsThis graph was generated with... q = 'Do you use Dask as part of a larger group?'
ax = sns.countplot(y=q, hue="Year", data=df.reset_index());
ax.set(ylabel="", title=q); This graph was generated with... q = 'Do you use Dask as part of a larger group?'
ans = 'Beyond my group, many people throughout my institution use Dask'
ax = sns.countplot(x=q, hue="Year", data=df.reset_index(), order=[ans]); Why did we see these changes?To be honest, it's not exactly clear why we saw these changes. Re 1: the jump in people who say Dask use is widespread across an organisation
Re 2: the drop in people who say Dask is used by their immediate team
|
Please merge @dask/maintenance - thank you! I've scheduled a tweet tomorrow to promote the blogpost, so it'd be really nice if the binder button works by then (it just needs merging here, then it will work). |
Thanks so much @GenevieveBuckley this is a great post! |
Hmm, the binder badge links for all the survey notebooks are getting 404 errors - does anyone know how I can fix this? |
Update: have worked out a fix for the binder links. |
Super interesting! Thanks for putting this together @GenevieveBuckley |
This PR adds the Dask survey results and report from 2021.
The rendered notebook can be seen here: https://github.com/GenevieveBuckley/dask-examples/blob/survey2021/surveys/2021.ipynb
Cross reference: dask/dask-blog#109