We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current:
In [3]: pa.array([date(2001, 1, 1), None, date(2001, 1, 2)]) Out[3]: <pyarrow.lib.Date32Array object at 0x7f033ce9c458> [ 11323, null, 11324 ]
Reporter: Wes McKinney / @wesm Assignee: Ben Kietzman / @bkietz
Note: This issue was originally created as ARROW-4505. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Joris Van den Bossche / @jorisvandenbossche: And the same for TimestampArray:
In [55]: pa.array([pd.Timestamp("2012-01-01")]) Out[55]: <pyarrow.lib.TimestampArray object at 0x7f27716a12c8> [ 1325376000000000 ]
Sorry, something went wrong.
Antoine Pitrou / @pitrou: Issue resolved by pull request 4268 #4268
bkietz
No branches or pull requests
Current:
Reporter: Wes McKinney / @wesm
Assignee: Ben Kietzman / @bkietz
PRs and other links:
Note: This issue was originally created as ARROW-4505. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: