'Checking if dataframe column has unicode

I wonder what is the simplest way to check if a pandas dataframe column has unicode versus just having ascii strings.

I was gonna try df['fieldname'].str.isascii but that does not seem to exist.



Sources

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

Source: Stack Overflow

Solution Source