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

Method time_i8merge

asv_bench/benchmarks/join_merge.py:327–328  ·  view source on GitHub ↗
(self, how)

Source from the content-addressed store, hash-verified

325 self.right["right"] *= -1
326
327 def time_i8merge(self, how):
328 merge(self.left, self.right, how=how)
329
330
331class UniqueMerge:

Callers

nothing calls this directly

Calls 1

mergeFunction · 0.90

Tested by

no test coverage detected