Some members of the Microsoft 365 Insiders program can now try out the combination of Python's data analysis and visualization libraries, Excel's features and the Anaconda Python repository. Image: ...
I had relativly slow loadings with "load_workbook" (about 15s, even though the Excel file is not very large) I reduced the loading time by 2 with "read_only" option (about 7s) but it was still ...