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

interpolate method for Table and Column #17

Closed
mwu-tow opened this issue Sep 5, 2018 · 0 comments
Closed

interpolate method for Table and Column #17

mwu-tow opened this issue Sep 5, 2018 · 0 comments
Assignees
Labels
Category: Feature Request Requests for library features

Comments

@mwu-tow
Copy link
Contributor

mwu-tow commented Sep 5, 2018

General Summary

Add interpolate method that will fill missing values:

  • with linearly interpolated value when there are available values before and after nulls
  • with first/last non-null value for leading/trailing nulls

If column does not contain any valid values, then interpolate() does nothing.

@mwu-tow mwu-tow self-assigned this Sep 5, 2018
mwu-tow added a commit that referenced this issue Sep 5, 2018
@mwu-tow mwu-tow added the Category: Feature Request Requests for library features label Sep 10, 2018
@mwu-tow mwu-tow closed this as completed Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Feature Request Requests for library features
Projects
None yet
Development

No branches or pull requests

1 participant