Add survey readme

Co-authored-by: Bryan Wilkinson <bwilkinson@minerkasch.com>
Co-authored-by: Bob Killen <bob.killen@linux.com>
This commit is contained in:
Bob Killen 2020-03-30 10:53:41 -04:00
parent 17d96cf12a
commit b13b3b4bbd
No known key found for this signature in database
GPG Key ID: 850FEB9A6356D2F6
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Survey Analysis
This directory contains the analysis of surveys given to the contributor community.
Each individual survey's data and corresponding analysis are found in the directory
named after the corresponding year. The README.md in those directories contains the
full analysis done. For space reasons, the notebooks from which the README.md files
are derived have been cleared of output.
In addition to the individual year analysis, multi-year comparisons can be found
in `multi_year_comparisons`.
To run the notebooks on your own, the following packages are required:
* pandas
* plotnine
* numpy