string_grouper icon indicating copy to clipboard operation
string_grouper copied to clipboard

Update string_grouper.py for pandas

Open crc32 opened this issue 2 years ago • 0 comments

Pandas has deprecated applymap. Changing to map is the indicated change, and works without any additional changes.

FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.

crc32 avatar Jan 29 '24 18:01 crc32