Step 1 :First, we need to filter the data to include only those cases that happened after 1999. This can be done using the 'year' column in the data set.
Step 2 :Next, we separate the data into two groups: fatal attacks and non-fatal attacks. This can be done using the 'fatal' column in the data set.
Step 3 :For each group, we calculate the mean age of the victims. This can be done using the 'age' column in the data set.
Step 4 :The mean age of people involved in non-fatal attacks is calculated as follows: \[ \frac{\sum_{i=1}^{n} age_{i}}{n} = 29.49 \] where \(age_{i}\) is the age of the victim in the i-th non-fatal attack and n is the total number of non-fatal attacks.
Step 5 :The mean age of people involved in fatal attacks is calculated as follows: \[ \frac{\sum_{i=1}^{m} age_{i}}{m} = 33.03 \] where \(age_{i}\) is the age of the victim in the i-th fatal attack and m is the total number of fatal attacks.
Step 6 :Therefore, the mean age of people involved in non-fatal shark attacks is \(\boxed{29.49}\) and the mean age of people involved in fatal shark attacks is \(\boxed{33.03}\).