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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants