bachelor-thesis
"Umfragewerte.xlsx" contains the orginal survey results. "umfrage_alle.csv" contains the survey results but one participant is canceled due to response to the survey before publication time (trial run). Additionally the coloumn names have been changed to a nomenclatur-scheme which is used in the analysis part of the bachelor-thesis, describing the compared maps.
bar_all.py includes var_all.png
bar_laien_vs_erf_vs_exp.py includes bar_mittlere_std
For some plots the installation of "altair" is necessary. Using Sypder (Python 3.9) its necessary to enable the "altair_viewer" (delete the # in line 4) in all_vs_all.py using:
alt.renderers.enable('altair_viewer')
Altair can be installed, along with the example datasets in vega_datasets, using:
$ pip install altair vega_datasets $ pip install altair_viewer
If you are using the conda package manager, the equivalent is:
$ conda install -c conda-forge altair vega_datasets