Frames
Enter search terms or a module, class or function name.
column_names
Column identifications in the current frame.
: list
list of names of all the frame’s columns
Returns the names of the columns of the current frame.
Examples
>>> frame.column_names [u'name', u'age', u'tenure', u'phone']