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
{{ message }}
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
If we chart this currently using say a line chart with date on the x-axis and hits on the y-axis, we get a single line for the total number of hits on each date. This isn't very useful. We should be able to specify a field that is used for bucketing.
A better way of doing this would be to first pivot the table, rather than expecting charting to do it, but BQ has no PIVOT function.
The text was updated successfully, but these errors were encountered:
…form part will come later. (googledatalab#380)
* Add "image_to_vec" transform. Implement the analyzer part only. Transform part will come later.
* Fix whitespaces.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider data something like this:
(date, website, page hits)
If we chart this currently using say a line chart with date on the x-axis and hits on the y-axis, we get a single line for the total number of hits on each date. This isn't very useful. We should be able to specify a field that is used for bucketing.
A better way of doing this would be to first pivot the table, rather than expecting charting to do it, but BQ has no PIVOT function.
The text was updated successfully, but these errors were encountered: