Bergvca / string_grouper

Super Fast String Matching in Python
MIT License
364 stars 76 forks source link

Change applymap to map to remove "FutureWarning: DataFrame.applymap h…as been deprecated. Use DataFrame.map instead." #94

Closed robinknox closed 1 year ago

robinknox commented 1 year ago

There appears to a deprecation future warning on the applymap function within pandas when applied to data frames. This change moves the function to map as recommended by the warning.