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

Missing stub for numpy.quantile #218

Open Bradley-Butcher opened 3 years ago

Bradley-Butcher commented 3 years ago

Module has no attribute "quantile" Code used: np.quantile(ors, 0.75)