In this post we will see how to get the column names of a Pandas dataframe as a list. One of the common tasks in data analysis is to use the names of columns frequently for a number of reasons. We will first see how to extract the names of columns from a dataframe. We […]