Relative Content

Tag Archive for pythonpandaspercentile

Python percentile functions give weird results

I am trying to calculate percentile(0.05) to percentile(0.95) with 0.05 as step. I did some test and one of the implementation gave me weird results. I couldn’t figure out why. I will just use percentile(0.05) and percentile(0.85) in my sample code to illustrate. I ran the code in Jupyter Notebook.