For now, when you go to the IDE tab, you can solve this problem only via Pycharm. We are sorry for the inconvenience, we will fix this as soon as we can. If you prefer to solve the problem via a different IDE, open it manually and then copy the solution to the website.
You are working with a DataFrame, df_rock, that contains sonar signals from two object classes: rocks and mines. In the first five columns, you can see the wavelengths that the sonar received from different angles.
Load the given data as a DataFrame, then calculate the median of the null_deg column for rock "R" and for mine "M" objects separately. Below you can see the output sample. Remember to round your answer up to three decimal places.
Tip: Please, check the format of your answer, it must be "M = value R = value".