<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [MergeArgs](./schema.mergeargs.md) &gt; [prefix](./schema.mergeargs.prefix.md)

## MergeArgs.prefix property

Prefix to strip from column names when using unhot (only relevant if columns were originally onehot encoded with a prefix).

<b>Signature:</b>

```typescript
prefix?: string;
```
