You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Rok Mihevc (JIRA)" <ji...@apache.org> on 2019/07/30 21:52:00 UTC

[jira] [Comment Edited] (ARROW-4223) [Python] Support scipy.sparse integration

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

Rok Mihevc edited comment on ARROW-4223 at 7/30/19 9:51 PM:
------------------------------------------------------------

I would need something like this:
{code:python}
import pyarrow as pa
from scipy import sparse

array = sparse.random(1000, 1000)

pa.serialize(array)
{code}

I'll open a PR to address it.


was (Author: rokm):
I would need something like this:
{code:java}
import pyarrow as pa
import scipy

array = scipy.sparse.random(1000, 1000)

pa.serialize(array)
{code}

I'll open a PR to address it.

> [Python] Support scipy.sparse integration
> -----------------------------------------
>
>                 Key: ARROW-4223
>                 URL: https://issues.apache.org/jira/browse/ARROW-4223
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Python
>            Reporter: Kenta Murata
>            Assignee: Rok Mihevc
>            Priority: Minor
>              Labels: pull-request-available, sparse
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> It would be great to support integration with scipy.sparse.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)