-
Notifications
You must be signed in to change notification settings - Fork 64
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 support for datetime64 #334
base: main
Are you sure you want to change the base?
Conversation
Thank you for your pull request. It has been marked as stale because it has been open for 60 days with no activity. If the PR is still relevant then please leave a comment, or else it will be closed in 30 days. |
I think, this is still relevant. |
Thanks for the PR! A couple of comments: PythonCall avoids relying on anything other than the Python standard library - so However, there are differing semantics going on. Both |
Sounds like a good proposal.
I see, I was not aware of the Period semantics in Julia, but it totally makes sense. I think as soon as we leave out Should I wait for the refactoring, before continuing with this PR? |
This PR tentatively addresses #293