Pandas - Prints from Skewness and Kurtois into one df

后端 未结 0 1340
庸人自扰
庸人自扰 2020-12-10 04:29

I used a code as follows:

df.skew(axis = 0, skipna = True)
df.kurt(axis = 0, skipna = True)

It prints the values. How could i get these print

相关标签:
回答
  • 消灭零回复
提交回复
热议问题