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 initial impute transform support #147

Merged
merged 5 commits into from
Jul 28, 2022
Merged

Add initial impute transform support #147

merged 5 commits into from
Jul 28, 2022

Conversation

jonmmease
Copy link
Collaborator

@jonmmease jonmmease commented Jul 28, 2022

Overview

This PR adds support for evaluating certain configurations of the Vega impute transform in the VegaFusion Runtime. This initial implementation aims to support Vega-Lite's use of impute when generating stacked area charts.

Limitations

This implementation only supports the following subset of the functionality of impute

  • method must be 'value'
  • groupby must be a list of zero or one field.

Other uses of impute are detected and the planner pushes them into the client specification

@jonmmease jonmmease merged commit a3000c2 into main Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant