| FrameTRowKey, TColumnKeyJoin Method (FrameTRowKey, TColumnKey) |
Performs outer join on two data frames. The columns of the joined frames must not
overlap and their rows are aligned. The unavailable values are marked as missing.
## Parameters
- `otherFrame` - Other frame (right) to be joined with the current instance (left)
[category:Joining, zipping and appending]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public Frame<TRowKey, TColumnKey> Join(
Frame<TRowKey, TColumnKey> otherFrame
)
Parameters
- otherFrame
- Type: DeedleFrameTRowKey, TColumnKey
[Missing <param name="otherFrame"/> documentation for "M:Deedle.Frame`2.Join(Deedle.Frame{`0,`1})"]
Return Value
Type:
FrameTRowKey,
TColumnKey[Missing <returns> documentation for "M:Deedle.Frame`2.Join(Deedle.Frame{`0,`1})"]
See Also