I have a dataframe that looks like this:
Filename Label
Mont_01_015_00 IDL
Mont_01_016_00 NEG
There are 18,000+ files and I am looking at append (.wav) to the filenames so that it will look like this:
Filename Label
Mont_01_015_00.wav IDL
Mont_01_016_00.wav NEG
I have tried several dataframe.append options without success. I am relatively new to this so I will appreciate your help. Thanks.