We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872ef34 commit ce023fbCopy full SHA for ce023fb
excel_inspector/README.md
@@ -0,0 +1,10 @@
1
+# Overall
2
+
3
+It provides an overview of excel spreadsheets from pandas so no need to click to open them :-)
4
5
+## What does it print?
6
7
+- It loops through each spreadsheet (.xlsx) of a folder and prints the filename
8
+- It opens the spreadsheet and prints the total number of sheets and their names
9
+- It parse the sheets one by one as dataframes and prints info
10
0 commit comments