Hi guys!
Silly question but how does panda know which column to fill with the mean.
In this mission:
We need to fill missing values with their mean.
The task is simple, but just confuse how it knows which column to map to.
Below is my code:
combined = combined.fillna(means)
Thanks,
Shanil