Fill Missing Values with Zero

Replace all missing values in the Price column with 0 using fillna().
Python
Setting up Python environment...
Output