returns all column names as a list

Solutions on MaxInterview for returns all column names as a list by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "returns all column names as a list"
Manuel
03 Jan 2021
1# Returns all column names as a list
2
3df.columns
4#['age', 'name']