Instructions for Assignment 2 indicates:
Identify why the script fails to execute and fix the issue to generate outputs identical to data_example.csv
and schedule_example.json
.
{“1”: {“schedule”: [“Tuesday”, “Friday”, “Monday”]}, “2”: {“schedule”: [“Tuesday”, “Friday”, “Wednesday”]}}
“schedule” field has a random order, there is no way to make the exact same output without hardcoding. I know which script to modify but it’s not obvious the “behavior” the script must fulfill.
Is this really the intention of the exercise? I believe not. I believe the idea here migrating the libraries and that’s all. If this is a bug, can you fix this?
Anyone experiencing the same issue?