Closed andrewsu closed 1 year ago
These errors are already caught -- I just have it printed to the console for debugging purposes on https://github.com/andrewsu/mentorship-survey-analysis/blob/65c39ac9171466e4671604c0b245a9a1f631b5bc/main.py#L190. This line can be commented out (which I will proabbly do soon) to prevent printing of this error.
Right now, the script produces many errors like this:
These are expected errors given the sample data file and they do not indicate anything is actually going wrong, but their appearance in the console output may confuse users who are not familiar with the reason. It would be nice to catch these errors more gracefully.