Pandas column subsetting in jupyter

前端 未结 0 861
生来不讨喜
生来不讨喜 2021-02-04 16:12

When I am using some column related code like print(t.shape) output: It shows only rows count not column count

country_t = t[’country’] print(country_t.head()) showing er

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