Please note: for now, when you go to the tab IDE, 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, you should open it manually and then copy the solution to the website.
You are working with a DataFrame df_rock that contains sonar signals. There are two types of signals - the ones from mines and the others from rocks. The first five columns contain waves lengths that got a sonar from different angles.
1. Load the data from the .txt file as Pandas DataFrame.
2. Calculate mean values for all columns grouped by the label (don't forget about our old friend - pivot_table ).
3. Round the mean value for rocks from null_deg column to two decimal places and insert it in the answer field.