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

only update dataframe_info with truncated dimensions #40

Merged
merged 2 commits into from
Sep 8, 2022

Conversation

shouples
Copy link
Collaborator

@shouples shouples commented Sep 8, 2022

Previously we were completely overwriting dataframe_info in the output metadata, which would change orig_* values to post-resampled subset dimensions (e.g. with a 100k-row dataframe truncated to 50k rows, a resample that updates a display to show 43k rows would show orig_num_rows as 43000 instead of 100000).

Mixed with updates to Planar Ally, this should allow the frontend to more reliably pull pre- and post-resample metadata from resample requests.

@shouples shouples merged commit 6ec5598 into main Sep 8, 2022
@shouples shouples deleted the djs/metadata-updates branch September 8, 2022 20:31
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.

None yet

1 participant