Skip to content

Commit ce023fb

Browse files
Create README.md
1 parent 872ef34 commit ce023fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

excel_inspector/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)