Which of the following Python methods in scipy.stats submodule returns the P-value for performing a hypothesis test for the significance of the correlation coefficient?

Select one.
A. pearsonr from pandas module
B. pearsonr from scipy module
C. pearson from pandas module
D. pearson from scipy module