wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

Add signature for np.interp #191

Closed nicoddemus closed 3 years ago

nicoddemus commented 3 years ago

As per docs:

https://numpy.org/doc/stable/reference/generated/numpy.interp.html

tmke8 commented 3 years ago

Thanks!