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

Pass through the kwargs to the various interpolators #10378

Closed
cancan101 opened this issue Jun 17, 2015 · 0 comments
Closed

Pass through the kwargs to the various interpolators #10378

cancan101 opened this issue Jun 17, 2015 · 0 comments
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
Milestone

Comments

@cancan101
Copy link
Contributor

Many of the interpolators have additional arguments so why not pass the kwargs collected by interpolate function to the underlying interpolators?

For example the spline function can also take a smoothing factor s.

@jreback jreback changed the title Pass through the kwargs to the various inerpolators Pass through the kwargs to the various interpolators Jun 17, 2015
@jreback jreback added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations labels Jun 18, 2015
@jreback jreback added this to the 0.17.0 milestone Jun 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

No branches or pull requests

2 participants