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

Antoine Pitrou commented on ARROW-13007:
----------------------------------------

Well, I suppose you could emulate {{Set[K]}} as {{Map[K, Null]}} when K is an 
arbitrary key type. Perhaps you want to post on the mailing-list to see if 
there's interest in adding a specific type?

> 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)

Reply via email to