Skip to content

Commit

Permalink
Add note on __arrow_array__ and link to data-apisgh-48
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 24, 2021
1 parent eead53a commit 070b9cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protocol/design_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ they are the ones that need such a particular format. So, it can call the
constructor it needs. For example, `x = np.asarray(df['colname'])` (where
`df` supports `__dataframe__`).

A related question is: can `__array__` and/or `__arrow_array__` be used at the
column level? This is more reasonable, but probably does lead to more
complexity for very limited gains - for an issue with discussion on that, see
[dataframe-api/issues/48](https://github.com/data-apis/dataframe-api/issues/48).


### Does an interface describing memory work for virtual columns?

Expand Down

0 comments on commit 070b9cf

Please sign in to comment.