You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/01/21 19:13:27 UTC

[jira] [Commented] (ARROW-504) [Python] Add adapter to write pandas.DataFrame in user-selected chunk size to streaming format

    [ https://issues.apache.org/jira/browse/ARROW-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833110#comment-15833110 ] 

Wes McKinney commented on ARROW-504:
------------------------------------

cc [~mrocklin] -- you may have some use cases for converting DataFrames to streams in {{dask.dataframe}}

> [Python] Add adapter to write pandas.DataFrame in user-selected chunk size to streaming format
> ----------------------------------------------------------------------------------------------
>
>                 Key: ARROW-504
>                 URL: https://issues.apache.org/jira/browse/ARROW-504
>             Project: Apache Arrow
>          Issue Type: New Feature
>            Reporter: Wes McKinney
>
> While we can convert a {{pandas.DataFrame}} to a single (arbitrarily large) {{arrow::RecordBatch}}, it is not easy to create multiple small record batches -- we could do so in a streaming fashion and immediately write them into an {{arrow::io::OutputStream}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)