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

Consolidate missing value strategy to only include bfill and ffill #2457

Merged
merged 6 commits into from
Sep 6, 2022

Conversation

arnavgarg1
Copy link
Contributor

This PR updates the list of missing value strategy options to only allow bfill and ffill since these are functionally equal to backfill and pad. This makes the logic much simpler for our platform where we don't need to use hacky logic that will build code debt.

@github-actions
Copy link

github-actions bot commented Sep 6, 2022

Unit Test Results

         6 files  ±0         6 suites  ±0   2h 35m 23s ⏱️ + 10m 45s
  3 370 tests +2  3 292 ✔️ +2    78 💤 ±0  0 ±0 
10 110 runs  +6  9 852 ✔️ +6  258 💤 ±0  0 ±0 

Results for commit bb017db. ± Comparison against base commit c9a7b77.

@arnavgarg1 arnavgarg1 requested a review from jppgks September 6, 2022 19:37
@arnavgarg1 arnavgarg1 changed the title Consolidate missing value strategy Consolidate missing value strategy to only include bfill and ffill Sep 6, 2022
@arnavgarg1 arnavgarg1 merged commit 0ab41a2 into master Sep 6, 2022
@arnavgarg1 arnavgarg1 deleted the consolidate_missing_value_strategy branch September 6, 2022 19:55
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.

2 participants