MCPcopy Index your code
hub / github.com/ddf-project/DDF / colnames

Method colnames

python/ddf/dataframe.py:22–28  ·  view source on GitHub ↗

List the column names of this DDF :return: a list of strings

(self)

Source from the content-addressed store, hash-verified

20
21 @property
22 def colnames(self):
23 """
24 List the column names of this DDF
25
26 :return: a list of strings
27 """
28 return self._jddf.getColumnNames()
29
30 @property
31 def rows(self):

Callers

nothing calls this directly

Calls 1

getColumnNamesMethod · 0.45

Tested by

no test coverage detected