MCPcopy
hub / github.com/pandas-dev/pandas / col

Method col

pandas/io/pytables.py:2320–2322  ·  view source on GitHub ↗

return my current col description

(self)

Source from the content-addressed store, hash-verified

2318
2319 @property
2320 def col(self):
2321 """return my current col description"""
2322 return getattr(self.description, self.cname, None)
2323
2324 @property
2325 def cvalues(self):

Callers 15

test_inplace_opsFunction · 0.80
test_matmulFunction · 0.80
test_frame_getitemFunction · 0.80
test_frame_setitemFunction · 0.80
test_frame_locFunction · 0.80
test_frame_ilocFunction · 0.80
test_invalidFunction · 0.80
test_custom_accessorFunction · 0.80
test_expression_getitemFunction · 0.80
test_propertyFunction · 0.80
test_cached_propertyFunction · 0.80
test_qcutFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_inplace_opsFunction · 0.64
test_matmulFunction · 0.64
test_frame_getitemFunction · 0.64
test_frame_setitemFunction · 0.64
test_frame_locFunction · 0.64
test_frame_ilocFunction · 0.64
test_invalidFunction · 0.64
test_custom_accessorFunction · 0.64
test_expression_getitemFunction · 0.64
test_propertyFunction · 0.64
test_cached_propertyFunction · 0.64
test_qcutFunction · 0.64