Welcome to Correlation Analysis of Library-Exam’s documentation!¶
- First step
- Collection and Masking the Data
- BATCH 16
- Importation of libraries
- Reading the data
- This function Represents Assigning the semester details to the
lib_tans.. - the function is assigned to the
libvariable… - The
exam_cell_cleanfunction has done to addsubject_code&course_titletoexam_celldata. - the function is assigned to the
examvariable… - This function helps in assigning the subject_code in the
lib_transactiondata.. - the function is assigned to the
new_libvariable… - This function is used to calculate mean_score for
examin class and in eah semester… - And also Library usage by
sectionandsemster - So both
classandcoursemean score is calculated and stored in the below variables… - As there are no transaction in certain semester and in section, we are replacing the null values with ‘0’:
- subject_code
- Adding subject_code and title in the
lib_transaction - Assigning variables for each semester
- Importing
matplotliblibrary - The below is the correlation plot for
course_mean_score&library_freq_course_by_id - Correlation based on the Semester and the Section
- Ploting of
boxenplotfor eachsemesterandsectionis hued… sem1boxplot for bothsectionsem2boxplot for bothsectionsem3boxplot for bothsectionsem4boxplot for bothsectionsem5boxplot for bothsectionsem6boxplot for bothsectionsem7boxplot for bothsection
- BATCH 17
- Importation of libraries
- Reading the data
- This function Represents Assigning the semester details to the
lib_tans.. - the function is assigned to the
libvariable… - This function Represents Assigning the semester details to the
lib_tans.. - the function is assigned to the
new_libvariable… - Library usage by
sectionandsemsterandsubject_codein the below function: - Variable for the above function:
- Replacing the
class_mean_score[‘section] to 0:’A’ and 1:’B’ - Importing
matplotliblibrary subjectcodevslibrary_id_frequencyfor eachsectionsemesterlibrary transaction details:sectionvslibrary_id_frequency- Correlation of
Library_id_frequencyinsemester
- BATCH 18
- Importation of libraries
- Reading the data
- This function Represents Assigning the semester details to the
lib_tans.. - the function is assigned to the
libvariable… - This function Represents Assigning the semester details to the
lib_tans.. - the function is assigned to the
new_libvariable… - Library usage by
sectionandsemsterandsubject_codein the below function: - Variable for the above function:
- Replacing the
class_mean_score[‘section] to 0:’A’ and 1:’B’ subjectcodevslibrary_id_frequencyfor eachsectionsectionvslibrary_id_frequency- Correlation of
Library_id_frequencyinsemester
- Conclusion
- Improving Further