Teachers And Professors
Moment of Respect for Teachers and Professors : Students : Nah!
@kaggle.programmerrdai_teachers_and_professors_be_like_work
Moment of Respect for Teachers and Professors : Students : Nah!
@kaggle.programmerrdai_teachers_and_professors_be_like_work
CREATE TABLE actual_teaching_time_as_share_of_scheduled_teaching_time (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_scheduled_time_teacher_is_teaching" DOUBLE
);
CREATE TABLE number_of_teachers_across_education_levels (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"teachers_in_pre_primary_education_both_sexes_number" DOUBLE,
"teachers_in_primary_education_both_sexes_number" DOUBLE,
"teachers_in_lower_secondary_education_both_sexes_number" DOUBLE,
"teachers_in_upper_secondary_education_both_sexes_number" DOUBLE,
"teachers_in_tertiary_education_programmes_both_sexes_number" DOUBLE
);
CREATE TABLE number_of_teachers_across_education_levels_1 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"teachers_in_pre_primary_education_both_sexes_number" DOUBLE,
"teachers_in_primary_education_both_sexes_number" DOUBLE,
"teachers_in_lower_secondary_education_both_sexes_number" DOUBLE,
"teachers_in_upper_secondary_education_both_sexes_number" DOUBLE,
"teachers_in_tertiary_education_programmes_both_sexes_number" DOUBLE
);
CREATE TABLE percentage_of_teachers_absent_from_class (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_teachers_absent_from_class" BIGINT
);
CREATE TABLE percentage_of_teachers_absent_from_school (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_teachers_absent_from_school" BIGINT
);
CREATE TABLE pupils_per_qualified_teacher_vs_gdp_per_capita (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pupil_qualified_teacher_ratio_in_primary_education_hea_ac0aa50d" DOUBLE,
"gdp_per_capita_ppp_current_international" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE pupil_teacher_ratio_for_primary_education_by_country (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pupil_teacher_ratio_in_primary_education_headcount_basis" DOUBLE
);
CREATE TABLE pupil_teacher_ratio_for_primary_education_by_country_1 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pupil_teacher_ratio_in_primary_education_headcount_basis" DOUBLE
);
CREATE TABLE saber_rating_of_education_policies_aimed_at_preparing__da69dc71 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"saber_teachers_policy_goal_7_supporting_teachers_to_im_99acc051" BIGINT
);
CREATE TABLE share_of_primary_school_teachers_who_are_female (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_teachers_in_primary_education_who_are_female" DOUBLE
);
CREATE TABLE share_of_primary_teachers_qualified (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_teachers_in_primary_education_who_are_qu_5fd41f8c" DOUBLE
);
CREATE TABLE share_of_teachers_in_primary_education_who_are_trained (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_teachers_in_primary_education_who_are_tr_e49cc57f" DOUBLE
);
CREATE TABLE share_of_teachers_who_are_female_in_primary_vs_tertiar_9b3e5bec (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_teachers_in_tertiary_education_who_are_female" DOUBLE,
"percentage_of_teachers_in_primary_education_who_are_female" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE share_of_trained_teachers_vs_share_of_qualified_teache_f9902392 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"percentage_of_teachers_in_primary_education_who_are_qu_5fd41f8c" DOUBLE,
"percentage_of_teachers_in_primary_education_who_are_tr_e49cc57f" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE staff_compensation_share_primary_spending (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"all_staff_compensation_as_of_total_expenditure_in_prim_bed78b8b" DOUBLE
);
CREATE TABLE starting_yearly_teacher_salaries_in_public_primary_education (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"annual_statutory_teacher_salaries_in_public_institutio_f66db23c" DOUBLE,
"gdp_per_capita_ppp_current_international" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
Anyone who has the link will be able to view this.