Change a string of frozen set to frozen set

197 Views Asked by At

I came across with this "frozenset({' ABC'})" in pandas dataframe but I would like to change it from object type back to frozenset type , for example like this frozenset({' ABC'}) in the row.

0

There are 0 best solutions below