CLN: Remove unused and undocumented kind keyword from read_excel by jtratner · Pull Request #4713 · pandas-dev/pandas (original) (raw)

I think it might have been for xlsx/xls.

For now, it's just weird to have something in the function signature that's
completely unused, so better to remove it (but, for now, won't error out or
anything if you pass it).