In a Pandas dataframe (say df
), I have the following column:
company_id
1 QW5kcm9z
2 QXNzb2Np
3 QmVs
4 RGFub25l
5 RWNvdG9u
6 RmVycmVy
7 R2VuZXJh
8 SGVybw==
9 S2VsbG9n
10 TWFycw==
... ...
I'd like to create another colmun based on this column with "./Pics/" at the beginning and ".png" at the end, so the first value would be: ./Pics/QW5kcm9z.png