Skip to content

[Python] Implement pickling for Column, ChunkedArray, RecordBatch, Table #17722

@asfimport

Description

@asfimport

At the moment the types pyarrow.Column/ChunkedArray/RecordBatch/Table cannot be pickled. Although it may not be the fastest way to transport them from one process to another, it is a very comfortable one. We should implement a __reduce__() for all of them.

Reporter: Wes McKinney / @wesm
Assignee: Antoine Pitrou / @pitrou

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-1715. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions