Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_to_dict_datetimelike
Method
time_to_dict_datetimelike
asv_bench/benchmarks/frame_methods.py:270–271 ·
view source on GitHub ↗
(self, orient)
Source
from the content-addressed store, hash-verified
268
self.int_df.to_dict(orient=orient)
269
270
def
time_to_dict_datetimelike(self, orient):
271
self.datetimelike_df.to_dict(orient=orient)
272
273
274
class
ToNumpy:
Callers
nothing calls this directly
Calls
1
to_dict
Method · 0.45
Tested by
no test coverage detected