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

Method time_to_dict_ints

asv_bench/benchmarks/frame_methods.py:267–268  ·  view source on GitHub ↗
(self, orient)

Source from the content-addressed store, hash-verified

265 self.datetimelike_df = self.int_df.astype("timedelta64[ns]")
266
267 def time_to_dict_ints(self, orient):
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)

Callers

nothing calls this directly

Calls 1

to_dictMethod · 0.45

Tested by

no test coverage detected