All our Data Science projects include bite-sized activities to test your knowledge and practice in an environment with constant feedback.
All our activities include solutions with explanations on how they work and why we chose them.
Store the resulting dataframe in the variable pivot_table_g1_by_Mjob
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_avg_g2_by_school_sex
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_max_g3_by_age
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_avg_g1_by_famsize
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_avg_g2_by_school
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_avg_freetime_by_school_sex_age
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_avg_absences_by_school_address
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_avg_freetime_absences_by_school
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_sum_absences_by_guardian
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable pivot_table_avg_g1_by_school
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable cross_tab_students_by_guardian_age_sex
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable cross_tab_students_by_school_sex_age
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable crosstab_avg_traveltime_by_school_sex_age
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable crosstab_activities_by_school_sex
.
Your result should look similar to this dataframe:
Store the resulting dataframe in the variable crosstab_internet_access_by_school_sex
.
Your result should look similar to this dataframe: