Facing unexpectecd error

Title: Unexpected error on submission — C3M5 Assignment (Python for Data Analytics)

Tags: dl-ai-learning-platform, module-5

Description:

I’ve completed all the graded exercises in the Module 5 assignment (Analyzing Chlorophyll levels in Australian Coral Reefs) and all cells run successfully with no errors when I execute them manually. However, every time I click “Submit Assignment,” I get an “Unexpected error occurred” message and the submission does not go through.

I’ve tried submitting multiple times with the same result. My notebook runs top-to-bottom without issues, so this doesn’t appear to be a problem with my code it seems to be an issue with the submission/grading process itself.

Could someone help me understand what might be causing this, or confirm if there’s a known issue with the submission system right now?

Hi. Please post a screenshot of the grader output along with the error messages for each exercise. Thank you.

no error ocure when i run it i submit this assignment 15 to 20 times it every time shows unexpected error even my output exactly match with expected output

my subscription will end in 30 min please reply fast i am student.

Hi. Sorry just saw this. Will look into this and update you asap.

Hi. Here are the findings:

Exercise 3: You renamed bur13_moving_average to moving_average.
Exercise 5: You renamed pivoted_df to monthly_chl.

Please avoid renaming variables in assignment code because the grader looks for those. Hope this helps.