When I try to submit the assignment “Programming Assignment: Retail sales - Expanding your analysis” in Module 2 of the Python for Data Analytics course, I get an error (see screenshot below):
Hi! Are you matching the expected output for that exercise? If so, can you try resubmitting it. Sometimes, that error is just a glitch. Also, please let me know if you deleted any code cell by any chance. Thanks.
First, review your code and see if there is anything you’ve done that relies on global variables or fixed constant values, within the notebook. The grader won’t provide those.
I have not taken this course and (thus) am not familiar with that assignment. But notice that your values are not sorted in the same order as the “Expected Values”, even though the numeric values are correct. Perhaps the grader cares about the order? Why did yours come out in a different order?