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

binning #10

Open
peller opened this issue Jul 19, 2016 · 4 comments
Open

binning #10

peller opened this issue Jul 19, 2016 · 4 comments

Comments

@peller
Copy link
Collaborator

peller commented Jul 19, 2016

define discrete bins for charts

@peller
Copy link
Collaborator Author

peller commented Aug 2, 2016

should we do this in the kernel with dataframes or on the client with vega?

@dalogsdon
Copy link
Contributor

I'd say kernel since the data could be relatively big, especially for Spark. We don't want to do any intensive computing in the client.

@peller
Copy link
Collaborator Author

peller commented Aug 3, 2016

@lbustelo

@peller
Copy link
Collaborator Author

peller commented Aug 3, 2016

so in addition to kernel-side binning, we will still need client-side handling to render properly, either setting up the same bins or transferring the information using discrete categories or passing the appropriate metadata to the charting engine

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