You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The need to convert from a format python understands, to one which javascriptexpects; really seems like a detail that altair should be handling.
Sub Issues
I've opened sub-issues, with this as a parent.
I had already implemented some level of support for these locally, but beyond the shared topic - they touch completely different areas of altair.
For that reason, I'm going to track in smaller individual PRs.
The end goal will be supporting datetime.(date|datetime) in the same way (int|float|bool|str) can be used (schema permitting)
What is your suggestion?
While I was writing #3643 (comment), I was unsatisfied with how a user would need to handle
stdlib
types.For example, these two are functionally equivalent:
The need to convert from a format
python
understands, to one whichjavascript
expects; really seems like a detail thataltair
should be handling.Sub Issues
I've opened sub-issues, with this as a parent.
I had already implemented some level of support for these locally, but beyond the shared topic - they touch completely different areas of
altair
.For that reason, I'm going to track in smaller individual PRs.
The end goal will be supporting
datetime.(date|datetime)
in the same way(int|float|bool|str)
can be used (schema permitting)datetime.(date|datetime)
as aSchemaBase
parameter #3651datetime.(date|datetime)
inExpression
(s) #3652Note
Both original sub-issues are now merged (#3651), (#3652)
Leaving this open in case we discover any blind spots before
5.5.0
Related
datetime.date
Support #2199pd.Series[datetime.date]
withinalt.Chart.data
The text was updated successfully, but these errors were encountered: