Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ col
Function
col
pandas/tests/io/pytables/test_store.py:397–398 ·
view source on GitHub ↗
(t, column)
Source
from the content-addressed store, hash-verified
395
store = temp_hdfstore
396
397
def
col(t, column):
398
return
getattr(store.get_storer(t).table.cols, column)
399
400
# data columns
401
df = DataFrame(
Callers
8
test_case_when_expression_condition
Function · 0.90
test_case_when_expression_replacement
Function · 0.90
test_case_when_expression_in_assign
Function · 0.90
test_case_when_expression_mixed_args_in_assign
Function · 0.90
test_case_when_expression_math_condition_in_assign
Function · 0.90
test_case_when_expression_missing_values_in_assign
Function · 0.90
test_create_table_index
Function · 0.70
test_create_table_index_data_columns_argument
Function · 0.70
Calls
1
get_storer
Method · 0.80
Tested by
no test coverage detected