Alternative to repeatedly printing shapes of the pandas dataframe after every step

后端 未结 0 835
小蘑菇
小蘑菇 2020-12-01 03:14

Hello users of pandas,
I often find myself printing the shapes of the dataframes after every step of processing.
e.g.

print(df.shape)
df=df.dropna         


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