Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ union1d
Function
union1d
dask/array/routines.py:1919–1920 ·
view source on GitHub ↗
(ar1, ar2)
Source
from the content-addressed store, hash-verified
1917
1918
@derived_from(np)
1919
def
union1d(ar1, ar2):
1920
return
unique(concatenate((ar1.ravel(), ar2.ravel())))
1921
1922
1923
@derived_from(np)
Callers
nothing calls this directly
Calls
3
concatenate
Function · 0.90
unique
Function · 0.70
ravel
Method · 0.45
Tested by
no test coverage detected