Pandas 1.2.0 (release notes) no longer maintains the xlrd package for reading .xlsx files. This is an easy fix if engine = openpyxl is added to every instance of pd.read_excel() and, or course, if ...
This looks like a great package and I was testing your package for my own automation. So, I have created the schema of my dataframe with the infer_schema() function and it returns the .xlsx file. When ...