A hidden pair occurs when two digits can only be placed in the same two cells within a house, even though those cells have other candidates too.
Two candidates appear in only two cells within a house (row, column, or box).
These two cells might have other candidates, making the pair "hidden" among the extras.
Since these two digits must go in these two cells, all other candidates can be removed from these cells.
After cleanup, it becomes a naked pair.
Example: If digits 3 and 7 only appear in cells A and B within a row, then A and B can only contain 3 or 7.
Hidden pairs are harder to spot than naked pairs because extra candidates camouflage them.
In column 0, digits 6 and 9 can only go in R2C0 and R6C0. Both cells have other candidates too, but since 6 and 9 are confined to just these two cells, we can eliminate all other candidates from them.