From b13b3b4bbddaa6febf7a5b1c459c428adf2e0fd5 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Mon, 30 Mar 2020 10:53:41 -0400 Subject: [PATCH] Add survey readme Co-authored-by: Bryan Wilkinson Co-authored-by: Bob Killen --- sig-contributor-experience/surveys/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sig-contributor-experience/surveys/README.md diff --git a/sig-contributor-experience/surveys/README.md b/sig-contributor-experience/surveys/README.md new file mode 100644 index 000000000..0276762a1 --- /dev/null +++ b/sig-contributor-experience/surveys/README.md @@ -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