VertexFrame column_names¶
-
column_names
¶ Column identifications in the current frame.
Parameters: Returns: : 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']