Mostly workshop and slido additions/simplifications #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added some functions that mostly help with the workshop graphs.
coacross
: coalesce across several columns; this function is used to get relevance rating and recommendation likelihood data for workshopsget_to_bind
: turn pre or post confidence rankings for a given workshop into ; this function isn't used at the moment, but will be for the individual workshop plot (Change in confidence for specific workshops; plot_workshop_confidence) that I've added a space for, but haven't added the data for yet.Cleaned up data processing a bit
itcr_slido_data_processed
get's processed earlier so that everything using slido data for the workshops has the same data it's starting with.I've added or adjusted some plots or tables
plot_workshop_confidence_pooled
: two boxplots showing the distribution of pre and post confidence rankings pooled across workshops (as long as the workshop was rated on a scale of 1-10).I've added some footers and annotations
percent_rec
, a text output describing how many likely to recommend ratings are 8 or aboveThere's still a lot to do, but this is getting pretty sizeable, so pushing it now.