'Unable to read "#N/A" as string

I am having problem in reading "#N/A" as string.

Tried using both "keep_default_na=False" and "na_filter = False". It is working out for "NA", "N/A", "#NA" but not for "#N/A".



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source