Skip to content

Commit

Permalink
Edit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Jun 6, 2024
1 parent 41f405b commit bd289e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/sales_val_flagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def ptax_adjustment(df, groups, ptax_sd, condos: bool):

df["sv_ind_ptax_flag_w_deviation"] = df["sv_ind_ptax_flag_w_deviation"].astype(int)

# Adjust order to make _____ function smoother
# Adjust order to make classify_outliers function smoother
ptax_col = df.pop("sv_ind_ptax_flag_w_deviation")
target_index = df.columns.get_loc("sv_ind_price_high_price")
df.insert(target_index, "sv_ind_ptax_flag_w_deviation", ptax_col)
Expand Down

0 comments on commit bd289e9

Please sign in to comment.