【python】快速浏览pandas类型数据

以kaggle上titanic训练数据为例

 

train.head()

 

 

train.info()

 

 train.value_counts(),train["column"].value_counts()

 

 train.describe()

 

 train.hist(),  train["column"].hist()  绘制直方图

 

posted @ 2022-03-08 11:38  鱼儿冒个泡  阅读(32)  评论(0编辑  收藏  举报