Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ AlignAlignPartitions
Class
AlignAlignPartitions
dask/dataframe/dask_expr/_expr.py:3600–3602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3598
3599
3600
class
AlignAlignPartitions(MaybeAlignPartitions):
3601
_parameters = [
"frame"
,
"other"
,
"join"
,
"axis"
,
"fill_value"
]
3602
_expr_cls = _Align
3603
3604
3605
class
CombineSeriesAlign(MaybeAlignPartitions):
Callers
1
align
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected