Skip to content

Commit

Permalink
Merge pull request #41 from invenia/rf/interp
Browse files Browse the repository at this point in the history
Add interpolate functions, but don't remove interp.
  • Loading branch information
rofinn authored Jul 31, 2019
2 parents b3d388a + 49eeebc commit 15181d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Impute.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const global imputation_methods = (
dropobs = DropObs,
dropvars = DropVars,
interp = Interpolate,
interpolate = Interpolate,
fill = Fill,
locf = LOCF,
nocb = NOCB,
Expand Down

0 comments on commit 15181d7

Please sign in to comment.