Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to transpose input data #176

Open
jarib opened this issue Jul 10, 2015 · 4 comments
Open

Add ability to transpose input data #176

jarib opened this issue Jul 10, 2015 · 4 comments

Comments

@jarib
Copy link
Contributor

jarib commented Jul 10, 2015

It would be great if Chartbuilder could transpose the input data at the click of a button, so users don't have to go to a separate tool to turn this

name  2001  2002  2003  2004
foo 1 2 3 4
bar 5 6 7 8

into this:

name  foo bar
2001  1 5
2002  2 6
2003  3 7
2004  4 8
@jarib jarib changed the title Add button to transpose input data Add ability to transpose input data Jul 10, 2015
@yanofsky
Copy link
Contributor

This is a dupe of #80

What's the circumstance that the data wouldn't already be inside of a separate tool that could transpose it?

@jarib
Copy link
Contributor Author

jarib commented Jul 11, 2015

I see your point in #80 about chartbuilder not being a data transformation tool.

However the transpose operation is often done only for display purposes. It's not a change of the actual data, just changing the shape of it so that it will display the way the user wants, and they shouldn't have to go back to Excel etc. to deal with a display concern.

Both of these are valid visualizations of the same data:

image

image

The only reason to transpose is because you want a different kind of chart, and thus I think this belongs in Chartbuilder.

@jarib
Copy link
Contributor Author

jarib commented Jul 11, 2015

You could of course think of and expose this as a "transpose the chart" button instead, and not actually transform the input data. That way you give users the option to create both of these charts from the same data, without turning chartbuilder into a "data transformation tool".

@yanofsky
Copy link
Contributor

yanofsky commented Sep 8, 2015

I guess that makes sense, but such a feature should be linked to the chart type i think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants