I have a table where column A and column B have some kind of relationship. The relationship is defined by the rule that the majority of all rows where column A is X column B will be Y.
The table may look like this:
| columnA | columnB |
+---------+----------+
| Katze | Cat |
| Katze | Cat |
| Katze | hkjhkj |
| Katze | Cat |
| Hund | Dog |
| Hund | Dog |
| Hund | werw |
How can I find the non fitting rows 3 and 7 here?