Using python's Pandas library, the Dataframe.describe() function prints the standard deviation of the dataset. However, the documentation page doesn't specify whether this standard deviation is the "uncorrected" standard deviation or the "corrected" standard deviation.
Can someone tell me which one it returns?