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

Method get_atom_timedelta64

pandas/io/pytables.py:2630–2631  ·  view source on GitHub ↗
(cls, shape)

Source from the content-addressed store, hash-verified

2628
2629 @classmethod
2630 def get_atom_timedelta64(cls, shape):
2631 return _tables().Int64Col(shape=shape[0])
2632
2633 @property
2634 def shape(self):

Callers 1

_get_atomMethod · 0.45

Calls 1

_tablesFunction · 0.85

Tested by

no test coverage detected