[
https://issues.apache.org/jira/browse/ARROW-13007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359327#comment-17359327
]
Antoine Pitrou commented on ARROW-13007:
----------------------------------------
Hmm... you mean support for a "Set" type in the Arrow format? Or just a
convenience in the Python API?
> Supporting Sets (HashSets)
> --------------------------
>
> Key: ARROW-13007
> URL: https://issues.apache.org/jira/browse/ARROW-13007
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Affects Versions: 4.0.1
> Reporter: Torstein Sørnes
> Priority: Major
>
> Having support for Sets would be great.
>
> It is possible to do:
> {code:java}
> pd.DataFrame([[{'1': None}]], columns =["s"]).to_feather('/tmp/x'){code}
> But using a Set instead of a dictionary is not possible
> {code:java}
> pd.DataFrame([[{'1'}]], columns =["s"]).to_feather('/tmp/x'){code}
>
> {quote}ArrowInvalid: ("Could not convert \{'1'} with type set: did not
> recognize Python value type when inferring an Arrow data type", 'Conversion
> failed for column s with type object')
> {quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)