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

Method get_atom_string

pandas/io/pytables.py:2780–2781  ·  view source on GitHub ↗
(cls, shape, itemsize)

Source from the content-addressed store, hash-verified

2778
2779 @classmethod
2780 def get_atom_string(cls, shape, itemsize):
2781 return _tables().StringCol(itemsize=itemsize)
2782
2783 @classmethod
2784 def get_atom_data(cls, shape, kind: str) -> Col:

Callers

nothing calls this directly

Calls 1

_tablesFunction · 0.85

Tested by

no test coverage detected