Statistical Analysis using Python Numpy

Obtain two Numpy arrays from the DataFrame column to represent Female student scores and Male Student scores.
Add the Numpy code to determine the T-value and P-value of the data sets.
Add the function to remove outliers from each set of data, then re-compute the T-value and P-value.