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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!