Loading 02_code/py/03_descriptiv_analysis.py +0 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ if "child_sex" in numerical_columns: sns.pairplot(df[numerical_columns + ["gender_label"]], hue="gender_label", palette="viridis", diag_kind="hist") plt.suptitle("Pairplot numerischer Variablen nach Geschlecht des Kindes", y=1.02) plt.tight_layout() plt.show() # === 5. Histogramme ausgewählter Variablen === selected_cols = ['fam_income', 'birthyear', 'grade_german', 'grade_math', 'par_graduation', 'Bundesland'] Loading Loading
02_code/py/03_descriptiv_analysis.py +0 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ if "child_sex" in numerical_columns: sns.pairplot(df[numerical_columns + ["gender_label"]], hue="gender_label", palette="viridis", diag_kind="hist") plt.suptitle("Pairplot numerischer Variablen nach Geschlecht des Kindes", y=1.02) plt.tight_layout() plt.show() # === 5. Histogramme ausgewählter Variablen === selected_cols = ['fam_income', 'birthyear', 'grade_german', 'grade_math', 'par_graduation', 'Bundesland'] Loading