sig-contributor-experience/surveys/k8s_survey_analysis/plot_utils.py [445:454]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ).rename(columns={"rating_x": "rating", "level_0_x": "level_0"})
        bottom_scores = bottom_scores.assign(
            level_1=bottom_scores.level_1_x
            * -1
            / (bottom_scores.level_1_y / len(og_cols))
        )

        if fix:
            facet_by.append(".")
    else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sig-contributor-experience/surveys/k8s_survey_analysis/plot_utils.py [730:740]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ).rename(columns={"rating_x": "rating", "level_0_x": "level_0"})
        bottom_scores = bottom_scores.assign(
            level_1=bottom_scores.level_1_x
            * -1
            / (bottom_scores.level_1_y / len(og_cols))
        )

        if fix:
            facet_by.append(".")

    else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



