Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 pandas 数据框中遇到了这个"frozenset({' ABC'})"问题,但我想将它从 object type 改回 freezeset type ,例如frozenset({' ABC'})行中的这个。
"frozenset({' ABC'})"
frozenset({' ABC'})