dupandas
dupandas copied to clipboard
:bar_chart: python package for performing deduplication using flexible text matching and cleaning in pandas dataframe
Results
2
dupandas issues
Sort by
recently updated
recently updated
newest added
I am unable to run the code in Python 3, since iteritem() for dict object has changed to item() is there any similar library for Python 3, or can I...
Changed iteritems() to items() for python3. Iteritems() are not a valid attribute of dictionaries in python3.