textpack
textpack copied to clipboard
__init__() takes 3 to 6 positional arguments but 7 were given
While trying to do tp.read_excel(r'C:\Users...\test.xlsx', ['store'], match_threshold=0.8) it is giving me this error. Can the author help why is it happening ?
Happening for read_excel only, transforming to csv file and then running the same works fine. Luke plz let me know what can be the issue with excel function giving positional argument error ?