---
title: "init(_:)"
framework: tabulardata
role: symbol
role_heading: Initializer
path: "tabulardata/dataframe/init(_:)"
---

# init(_:)

Creates a new data frame with a slice of rows from another data frame.

## Declaration

```swift
init(_ other: DataFrame.Slice)
```

## Parameters

- `other`: A row slice from another data frame.

## See Also

### Creating a Data Frame from Other Data Frames

- [DataFrame.Slice](tabulardata/dataframe/slice.md)
