Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Does create_array currently supports datetime?#2837

Unanswered
capooti asked this question inQ&A
Discussion options

Hello

thanks for this wonderful project.

I am trying to create a datetime type array in zarr 3:

store = zarr.storage.LocalStore("test/zarr")root = zarr.group(store=store)datetime_arr = root.create_array("datetime_arr", shape=3, dtype="datetime64[ns]")

However I am getting this error:

"KeyError: '<M8[ns]'"

Is this because zarr3 doesn't support datetime at this stage? (I have read somethinghere)

You must be logged in to vote

Replies: 1 comment

Comment options

@capooti as of#2874 we support datatime. this has not been released yet, but we plan to release it soon.

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@capooti@d-v-b

[8]ページ先頭

©2009-2025 Movatter.jp