community/sig-contributor-experience/surveys
Abhigya Dufare f1efbddb38
Fix typo in multi_year_2019.ipynb
Kuberenetes >>> Kubernetes
2023-06-25 04:51:47 +05:30
..
2018 Move annual surveys into their own yearly directory 2020-03-30 16:09:56 -04:00
2019 #5162 contributor survey images moved to the repo 2020-10-12 23:15:07 +03:00
k8s_survey_analysis Add survey analysis scripts 2020-03-30 16:13:53 -04:00
multi_year_comparisons Fix typo in multi_year_2019.ipynb 2023-06-25 04:51:47 +05:30
README.md Add survey readme 2020-03-30 16:14:05 -04:00

README.md

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