>>> pd.Series(np.arange(10)).rolling(3).quantile(10) [1] 20214 segmentation faultProblem 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 OutputValueError: quantile value 10 not in [0, 1]
Output of pd.show_versions()
pandas 0.19.0+479.g4842bc7
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4