ACURA

#2
by adminallusedautoparts - opened

😃: Instruction:
def hash_(listing_id):
"""Creates an hashed column using the listing id for the vehicle"""
🤖: Generated code:

def hash_(listing_id):
    return hashlib.sha256(str(listing_id).encode("utf-8")).hexdigest()

AAPS-50687

Uploading AAPS-50670.png…
Uploading AAPS-50671.png…
![Uploading AAPS-50672.p

Sign up or log in to comment