Screen Link:
My Code:
vehicles = mvc[v_cols]
vehicles_1d = vehicles.stack()
vehicles_counts = vehicles_1d.value_counts()
top10_vehicles = vehicles_counts.head(10)
What I expected to happen:
What actually happened:
One of your variables doesn’t seem to have the correct value. Please re-check the instructions and your code.
It appears that the code check is not working correctly. I copy and pasted this answer from the answer so it should check to be correct?