Hi everyone!
Basically, I am unable to get any grade for the 1st assignment of the course 2. For example, in the first exercise the code is as simple as that:
START CODE HERE
train_stats = tfdv.generate_statistics_from_dataframe(train_df, stats_options)
END CODE HERE
And I am quite sure that it’s correct. But the message I get says “There was a problem compiling the code from your notebook. Details:
‘NoneType’ object has no attribute ‘feature’”.
I already checked the metadata and refreshed the notebook - didn’t help.
Please advise me, what else can be done?