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

Fix missing data options to produce powerset of possible missing dates #3

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

scottstanie
Copy link
Contributor

We were not giving the possibility of excluding some combination of missing dates.
For example, for this frame of data

image
before we only gave the options

  1. throw away the second-to-last date/column (keeping 21 burst id/rows)
  2. throw away all the blue columns in the bottom 6 rows to keep those 6 burst ids.
    Now, we give the 3rd option
  3. throw away all date columns with any blue, keep all burst IDs

@scottstanie scottstanie merged commit feeddc9 into opera-adt:main Nov 9, 2023
5 checks passed
@scottstanie scottstanie deleted the fix-missing-data branch November 9, 2023 21:24
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