Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ get_atom_datetime64
Method
get_atom_datetime64
pandas/io/pytables.py:2626–2627 ·
view source on GitHub ↗
(cls, shape)
Source
from the content-addressed store, hash-verified
2624
2625
@classmethod
2626
def
get_atom_datetime64(cls, shape):
2627
return
_tables().Int64Col(shape=shape[0])
2628
2629
@classmethod
2630
def
get_atom_timedelta64(cls, shape):
Callers
1
_get_atom
Method · 0.45
Calls
1
_tables
Function · 0.85
Tested by
no test coverage detected