-
Notifications
You must be signed in to change notification settings - Fork 794
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
Adding datetime.date
Support
#2199
Comments
The way to support that would be to update It hasn't been done yet because it hasn't come up very often: generally timestamps in dataframes come in datetime-typed columns, rather than object-typed columns containing Python dates. An easy workaround is to do that conversion yourself:
|
Thanks for the clear explanation! Would you be open to a PR to this effect? To add some background, this has come up from reading a parquet file with DATE type column: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#date |
Sure, a PR would be great! |
I looked around for an existing issue, but didn't see one. Please let me know if I should respond somewhere else instead!
Currently, putting a datetime.date in an altair chart gives the error:
Are there ideas to support datetime.date in the future?
For example:
The text was updated successfully, but these errors were encountered: