pandas的dataframe train_data['base_FVC'].skew() train_data['base_FVC'].kurt() scipy from scipy import stats #x为列表 stats.skew(x) stats