question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support "week" TimeUnit

See original GitHub issue

Hi,

Currently in version 4.1.0 there is no support of “week” (week of year) TimeUnit or transform (link), but vega-lite does support it (link). May I know if “week” will be supported in the future? Many thanks.

Ji

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jakevdpcommented, Feb 17, 2021

The week timeUnit was added in Vega-Lite 4.11; Altair currently supports Vega-Lite 4.8. Altair should support it in the future.

1reaction
jakevdpcommented, Feb 17, 2021
>>> import altair as alt
>>> print(alt.VEGALITE_VERSION)
4.8.1
Read more comments on GitHub >

github_iconTop Results From Across the Web

TimeUnit (Java Platform SE 8 ) - Oracle Help Center
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing...
Read more >
Java TimeUnit - Setup for a week's time unit - Stack Overflow
My only problem is how to set my java time to set as a week. This is what I have: public static long...
Read more >
TimeUnit Class in Java with Examples - GeeksforGeeks
It is used to perform timing and delay operations. It supports nanoseconds, microseconds, milliseconds, seconds, minutes, hours, and days units.
Read more >
Time Unit | Vega-Lite
Vega-Lite supports the following time units: ... Days before the first Sunday of the year are considered to be in week 0, the...
Read more >
TimeUnit - Android Developers
android.icu.util.MeasureUnit. ↳, android.icu.util.TimeUnit ... public static final TimeUnit · WEEK. Constant for unit of duration: week.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found