Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Suggestion: charts should support grouping #380

Open
gramster opened this issue Jun 4, 2015 · 0 comments
Open

Suggestion: charts should support grouping #380

gramster opened this issue Jun 4, 2015 · 0 comments
Milestone

Comments

@gramster
Copy link
Contributor

gramster commented Jun 4, 2015

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.

@nikhilk nikhilk added this to the Future milestone Sep 8, 2015
rajivpb pushed a commit to rajivpb/datalab that referenced this issue Jun 16, 2017
…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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants