-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: 2.3.1
-
Fix Version/s: None
-
Component/s: PySpark
-
Labels:
As Python user it is convenient to pass a numpy array or pandas series `approxQuantile(col, probabilities, relativeError)` for the probabilities parameter.
Especially for creating cumulative plots (say in 1% steps) it is handy to use `approxQuantile(col, np.arange(0, 1.0, 0.01), relativeError)`.