Question 10
Statement
The given information represents a "Words" dataset and it may have some mistakes with respect to the sanity of data. Identify all rows with such mistakes. [MSQ].
| Row no. | Field | Value |
|---|---|---|
| Row 1 | Card number | "xyz" |
| Row 2 | Word | 1 |
| Row 3 | Part of Speech | "Noun" |
| Row 4 | Letter Count | - 5 |
Row 1: Incorrect data type of card number
Row 2: Incorrect data type of Word
Row 3: Incorrect data type of Part of Speech
Row 3: Invalid value of Part of Speech
Row 4: Incorrect data type of Letter Count
Row 4: Invalid value of Letter Count