inner_join¶ pydiverse.transform.inner_join( right: Table, on: ColExpr[Bool] | str | list[ColExpr[Bool] | str], *, validate: Literal['1:1', '1:m', 'm:1', 'm:m'] = 'm:m', suffix: str | None = None, ) → Pipeable[source]¶ Alias for the join verb with how="inner".