print(' ------------ Server Started ------------ ')
print(' ------------ Server Started ------------ ')
...
@@ -186,6 +225,7 @@ def students():
...
@@ -186,6 +225,7 @@ def students():
total_enrolment_by_category(os.path.join(app.config['UPLOAD_FOLDER'],trend_elementary_enrolment),final_df,main_dimension='Elementary Enrolment by School Category',state_code=default_state_code,ylabel='Enrolments')
total_enrolment_by_category(os.path.join(app.config['UPLOAD_FOLDER'],trend_elementary_enrolment),final_df,main_dimension='Elementary Enrolment by School Category',state_code=default_state_code,ylabel='Enrolments')
teachers_by_category_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_teachers_by_category),final_df,latest_year,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,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,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,main_dimension="Teachers by Educational Qualification",sub_dimension=teachers_qualification)
rural_enrolment_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_rural_enrolment),final_df,requested_year,main_dimension="Elementary Enrolment by School Category",sub_dimension=rural_enrolment_category)
rural_enrolment_summary=statewise_distribution(os.path.join(app.config['UPLOAD_FOLDER'],distribution_rural_enrolment),final_df,requested_year,main_dimension="Elementary Enrolment by School Category",sub_dimension=rural_enrolment_category)
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')