Fill Missing Values with the Mean

Replace missing values in the Score column with the column mean using fillna().
Python
Setting up Python environment...
Output