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

Method get_atom_string

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

Source from the content-addressed store, hash-verified

2601
2602 @classmethod
2603 def get_atom_string(cls, shape, itemsize):
2604 return _tables().StringCol(itemsize=itemsize, shape=shape[0])
2605
2606 @classmethod
2607 def get_atom_coltype(cls, kind: str) -> type[Col]:

Callers 1

_get_atomMethod · 0.45

Calls 1

_tablesFunction · 0.85

Tested by

no test coverage detected