Question: write a function in python that opens a csv file and could determine if something is missing in a column for example if the csv
write a function in python
that opens a csv file and could determine if something is missing in a column
for example if the csv file contains
food,class,size apple,fruit,small tomato,vegatable,small ,fruit,big orange,"",
line 1 is the title row which cant have anything missing
then the ouput should look something like below
there is something missing in column food on line 4
there is something missing in column class line 5
there is something missing in column size on line 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
