Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_merge_dataframes_cross
Method
time_merge_dataframes_cross
asv_bench/benchmarks/join_merge.py:272–273 ·
view source on GitHub ↗
(self, sort)
Source
from the content-addressed store, hash-verified
270
merge(self.left.iloc[:0], self.right, sort=sort)
271
272
def
time_merge_dataframes_cross(self, sort):
273
merge(self.left.loc[:2000], self.right.loc[:2000], how=
"cross"
, sort=sort)
274
275
276
class
MergeEA:
Callers
nothing calls this directly
Calls
1
merge
Function · 0.90
Tested by
no test coverage detected