C3 W2 Lab1 - AttributeError: module 'pandas' has no attribute 'Dataframe'

I am having difficulty completing practice lab1 in C3 W2. I cannot get the glue jobs to run successfully. Each time I try to run the glue jobs and check the status I receive the following error message in the AWS console for both transform jobs: AttributeError: module ‘pandas’ has no attribute ‘Dataframe’.

I have checked the code I entered in the python scripts (between START CODE HERE and END CODE HERE) and it is identical to the solution file. But the glue job still fails.

Am I missing something else here? Is there code that needs to be modified outside of the section to be modified? I noticed in the practice exercises the function definitions are written with the term pd.Dataframe, but in the solution file only Dataframe is used. I tried updating the scripts to include the pd.Dataframe, but this also fails.

Maybe try using “DataFrame” instead of “Dataframe”.
Please report back if that helps.