You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\PythonWork\Project\fuzzywuzzy-ag.py", line 38, in
tp.TextPack(df,'AG Name',match_threshold=0.7,ngram_remove=r'[,-./]', ngram_length=2)
File "C:\Users\XXX\AppData\Local\Continuum\anaconda3\lib\site-packages\textpack\tp.py", line 12, in init
self._column = self._get_column(columns_to_group)
File "C:\Users\XXX\AppData\Local\Continuum\anaconda3\lib\site-packages\textpack\tp.py", line 21, in _get_column
self.df['textpackGrouper'] = self.df[columns_to_group.pop(0)].astype(str).str.cat(self.df[columns_to_group].astype(str))
AttributeError: 'str' object has no attribute 'pop'