You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CSV Inspector/README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# CSV Column Length Analyzer
1
+
# CSV Inspector
2
2
3
-
This simple Python script analyzes a CSV file and determines the maximum length of each column. The script uses the `csv` module to read the CSV file and iterates through each row to find the maximum length for each column.
3
+
This Python script analyzes a CSV file using the csv module, iterating through rows to gather insights such as the total number of records, lengths, and count of empty cells in each column.
4
4
5
5
## Requirements
6
6
@@ -26,11 +26,16 @@ This simple Python script analyzes a CSV file and determines the maximum length
26
26
python script.py
27
27
```
28
28
29
-
6. The script will print the maximum length of each column in the following format:
29
+
6. The script will display insights about each column in the following format:
0 commit comments