Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Aug 26, 2024
1 parent 9548279 commit a38a9d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pyspark/pandas/plot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ def get_fliers(colname, outliers, min_val):
# Here we normalize the values by subtracting the minimum value from
# each, and use absolute values.
order_col = F.abs(F.col("`{}`".format(colname)) - min_val.item())

fliers = (
fliers_df.select(F.col("`{}`".format(colname)))
.orderBy(order_col)
Expand Down

0 comments on commit a38a9d0

Please sign in to comment.