np_concatenate
Join a sequence of arrays along a specified axis to combine them into one array.
Instructions
Join a sequence of arrays along an existing axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arrays | Yes | A sequence of arrays to concatenate. | |
| axis | No | The axis along which to concatenate (default: 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |