Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Restricts Transformations when multiple Qs are presented. #49

Closed
2 of 3 tasks
kanitw opened this issue Feb 22, 2015 · 0 comments · Fixed by #80
Closed
2 of 3 tasks

Restricts Transformations when multiple Qs are presented. #49

kanitw opened this issue Feb 22, 2015 · 0 comments · Fixed by #80
Assignees
Milestone

Comments

@kanitw
Copy link
Member

kanitw commented Feb 22, 2015

Specifically, only apply bins to all of them, or aggregation to all of them or do nothing (raw).

Currently if we have *(Q1) and *(Q2) selected, we get all the following

  • Q1 x Q2
  • AVG(Q1) x AVG(Q2)
  • BIN(Q1) x BIN(Q2)
  • AVG(Q1) x BIN(Q2)
  • BIN(Q1) x AVG(Q2)
  • We shouldn’t include the latter two unless the user explicitly specifies that they want BIN.
  • for BIN(Q1) x BIN(Q2), we should automatically add count to the table (so we get heat map or table of circular sizes..)

Question:

  • What should we do if users specify MIN(Q1), *(Q2)?

should we generate BIN and MIN or BIN and AVG for Q2

@kanitw kanitw self-assigned this Feb 22, 2015
@kanitw kanitw added this to the Required for the study milestone Feb 22, 2015
kanitw added a commit that referenced this issue Mar 4, 2015
@kanitw kanitw closed this as completed Mar 4, 2015
@kanitw kanitw mentioned this issue Mar 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant