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