teachers_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_category),final_df,latest_year,ylabel="Teachers / Population",main_dimension="Teachers by School Category",sub_dimension=teachers_category)
teachers_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_category),final_df,latest_year,ylabel="Number of Teachers / Population",main_dimension="Teachers by School Category",sub_dimension=teachers_category)
teachers_by_educational_qualification_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_educational_qualification),final_df,latest_year,ylabel="Teachers / Population",main_dimension="Teachers by Educational Qualification",sub_dimension=teachers_qualification)
teachers_by_educational_qualification_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_educational_qualification),final_df,latest_year,ylabel="Number of Teachers / Population",main_dimension="Teachers by Educational Qualification",sub_dimension=teachers_qualification)
schools_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_schools_by_category),final_df,latest_year,ylabel="Schools / Population",main_dimension="School by Category",sub_dimension=school_category)
schools_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_schools_by_category),final_df,latest_year,ylabel="Number of Schools / Population",main_dimension="School by Category",sub_dimension=school_category)
total_enrolment_by_category(os.path.join(app.config['UPLOAD_FOLDER'],trend_schools),final_df,main_dimension='School by Category',state_code=default_state_code,ylabel='Number of schools')
total_enrolment_by_category(os.path.join(app.config['UPLOAD_FOLDER'],trend_schools),final_df,main_dimension='School by Category',state_code=default_state_code,ylabel='Number of Schools')
teachers_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_category),final_df,requested_year,ylabel="Teachers / Population",main_dimension="Teachers by School Category",sub_dimension=teachers_category)
teachers_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_category),final_df,requested_year,ylabel="Number of Teachers / Population",main_dimension="Teachers by School Category",sub_dimension=teachers_category)
teachers_by_educational_qualification_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_educational_qualification),final_df,requested_year,ylabel="Teachers / Population",main_dimension="Teachers by Educational Qualification",sub_dimension=teachers_qualification)
teachers_by_educational_qualification_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_educational_qualification),final_df,requested_year,ylabel="Number of Teachers / Population",main_dimension="Teachers by Educational Qualification",sub_dimension=teachers_qualification)
total_enrolment_by_category(os.path.join(app.config['UPLOAD_FOLDER'],trend_schools),final_df,main_dimension,state_code=default_state_code,ylabel='Number of schools')
total_enrolment_by_category(os.path.join(app.config['UPLOAD_FOLDER'],trend_schools),final_df,main_dimension,state_code=default_state_code,ylabel='Number of Schools')
schools_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_schools_by_category),final_df,requested_year,ylabel="Schools / Population",main_dimension="School by Category",sub_dimension=school_category)
schools_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_schools_by_category),final_df,requested_year,ylabel="Number of Schools / Population",main_dimension="School by Category",sub_dimension=school_category)