8000 BUG: rolling.quantile does not return an interpolated result by guillemborrell · Pull Request #16247 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: rolling.quantile does not return an interpolated result #16247

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

Merged
merged 11 commits into from
Jul 10, 2017
Merged
Prev Previous commit
Fixed trailing whitespace to make the linter happy
  • Loading branch information
guillemborrell committed Jul 7, 2017
commit 4080942107c217aef2ad54defd09928f6469f7fc
2 changes: 1 addition & 1 deletion pandas/tests/test_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ def alt(x):

def test_rolling_quantile_np_percentile(self):
# #9413: Tests that rolling window's quantile default behavior
# is analogus to Numpy's percentile
# is analogus to Numpy's percentile
row = 10
col = 5
idx = pd.date_range(20100101, periods=row, freq='B')
Expand Down
0