This commit is contained in:
2026-03-05 17:54:36 +07:00
parent ae0f24ccb2
commit 1ecc55f8aa
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ All three platforms expose the same high-level API:
|------|-------|------------|-------------------|
| `text` | `String` | `string` | `str` |
| `dictionary` | `Dict`, `NamedTuple` | `Object`, `Array` | `dict`, `list` |
| `table` | `DataFrame`, `Arrow.Table` | `Array<Object>`, `Buffer` (Arrow) | `pandas.DataFrame`, `bytes` (Arrow) |
| `table` | `DataFrame`, `Arrow.Table` | `Array<Object>` (input) → `Buffer` (Arrow IPC) | `pandas.DataFrame`, `bytes` (Arrow IPC) |
| `image` | `Vector{UInt8}` | `Uint8Array`, `Buffer` | `bytes`, `bytearray` |
| `audio` | `Vector{UInt8}` | `Uint8Array`, `Buffer` | `bytes`, `bytearray` |
| `video` | `Vector{UInt8}` | `Uint8Array`, `Buffer` | `bytes`, `bytearray` |