[
https://issues.apache.org/jira/browse/ARROW-4223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844030#comment-16844030
]
Rok Mihevc commented on ARROW-4223:
-----------------------------------
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
> Priority: Minor
> Labels: sparse
>
> It would be great to support integration with scipy.sparse.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)