How to list the worksheet names of an Excel workbook using Python Pandas
I’ve mentioned a few times on this blog (example) about the growing possibility for Python Excel interoperability. Here’s a simple task done in a way I wasn’t aware of (h/t — where else? — StackOverflow.) Usually when combining Python and Excel I use specific packages like openpyxl, xlwings ... [...Read more...]