Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_ops
Function · 0.80
test_matmul
Function · 0.80
test_frame_getitem
Function · 0.80
test_frame_setitem
Function · 0.80
test_frame_loc
Function · 0.80
test_frame_iloc
Function · 0.80
test_invalid
Function · 0.80
test_custom_accessor
Function · 0.80
test_expression_getitem
Function · 0.80
test_property
Function · 0.80
test_cached_property
Function · 0.80
test_qcut
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_inplace_ops
Function · 0.64
test_matmul
Function · 0.64
test_frame_getitem
Function · 0.64
test_frame_setitem
Function · 0.64
test_frame_loc
Function · 0.64
test_frame_iloc
Function · 0.64
test_invalid
Function · 0.64
test_custom_accessor
Function · 0.64
test_expression_getitem
Function · 0.64
test_property
Function · 0.64
test_cached_property
Function · 0.64
test_qcut
Function · 0.64