Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Dec 16, 2024
1 parent faee8ec commit 8f49f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/flagging_script_glue/flagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def get_sale_counts(dups: pd.DataFrame) -> pd.DataFrame:
"""
v_counts = (
dups.pin.value_counts()
.reset_index(name="count")
.reset_index(name="sv_sale_dup_counts")
.rename(columns={"index": "pin"})
)

Expand Down

0 comments on commit 8f49f69

Please sign in to comment.