I hereby claim:
- I am rtkaleta on github.
- I am rtkaleta (https://keybase.io/rtkaleta) on keybase.
- I have a public key ASBvosoEo66-dxP3oLpDdADbqX5WiQHlCfBqXyYUks42oQo
To claim this, I am signing this object:
import pandas as pd | |
from rapidfuzz import process, fuzz | |
def main(): | |
# Load CSV files | |
salesforce_df = pd.read_csv("<...>") | |
brands_df = pd.read_csv("<...>") | |
# Convert brand names into a dictionary for efficient lookup | |
brand_dict = dict(zip(brands_df["brand_name"], brands_df["brand_id"])) |
FROM ubuntu:14.04 | |
RUN apt-get update -y && \ | |
apt-get install -y build-essential && \ | |
apt-get install -y python2.7 python-dev python-pip && \ | |
apt-get clean && \ | |
rm -rf /var/lib/apt/lists/* | |
RUN apt-get update -y && \ | |
set -eu |
I hereby claim:
To claim this, I am signing this object: