Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subclass: arrow.UInt64Array m-code #28146

Closed
Tracked by #27758
asfimport opened this issue Apr 12, 2021 · 1 comment
Closed
Tracked by #27758

Add subclass: arrow.UInt64Array m-code #28146

asfimport opened this issue Apr 12, 2021 · 1 comment

Comments

@asfimport
Copy link

Reporter: Fiona La / @lafiona

Note: This issue was originally created as ARROW-12347. Please see the migration documentation for further details.

@kevingurney
Copy link
Member

Marking this as resolved.

The new arrow.array.UInt64Array class was added in #35562.

Example:

>> a = arrow.array(uint64([1, 2, 3]))

a = 

[
  1,
  2,
  3
]
>> a.Type

ans = 

  UInt64Type with properties:

    ID: UInt64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants