DataFrameComparison.right_only#
- DataFrameComparison.right_only(
- *,
- lazy: Literal[True],
- DataFrameComparison.right_only(
- *,
- lazy: Literal[False] = False,
The rows in the right data frame which cannot be joined with a row in the left data frame.
- Parameters:
lazy – If
True, return a lazy frame. Otherwise, return an eager frame (default).- Returns:
A data frame or lazy frame containing the rows that are only in the right data frame.