Series.rolling(3).quantile(10) segmentation fault #15463
Labels
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Milestone
Code Sample, a copy-pastable example if possible
Problem description
The value 10 is over the fraction of 1 which .quantile() works with, but I guess it still shouldn't crash my interpreter.
Expected Output
Output of
pd.show_versions()
pandas 0.19.0+479.g4842bc7
The text was updated successfully, but these errors were encountered: