string_grouper
string_grouper copied to clipboard
Update string_grouper.py for pandas
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.