---
title: JoinKind.left
framework: tabulardata
role: symbol
role_heading: Case
path: tabulardata/joinkind/left
---

# JoinKind.left

A join kind that contains all rows from the left data frame type, and only the rows with matching values from the right data frame type.

## Declaration

```swift
case left
```
