Describe the bug
It appears thefuzz weighs the first column more than the rest causing the script to unintentionally misread the model column in some instances.
To Reproduce
Steps to reproduce the behavior:
Use a CSV with the column headers Name,#,Type,Out/In,Angle,Verkada Model,Serial/IP and the script will use the Name column rather than the correct Type column for the camera models.
Expected behavior
The script should go through and select the Type column based on the values found within the rows and their accuracy to known model numbers.
Describe the bug It appears
thefuzz
weighs the first column more than the rest causing the script to unintentionally misread the model column in some instances.To Reproduce Steps to reproduce the behavior:
Use a CSV with the column headers
Name,#,Type,Out/In,Angle,Verkada Model,Serial/IP
and the script will use theName
column rather than the correctType
column for the camera models.Expected behavior The script should go through and select the
Type
column based on the values found within the rows and their accuracy to known model numbers.Screenshots