MCPcopy
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(

Calls 1

get_storerMethod · 0.80

Tested by

no test coverage detected