Iulian Cozma

Results 3 issues of Iulian Cozma

When running the sample, on Python 3.10.9, it throws an exception as bellow: ```python import pandas as pd from autoviz import AutoViz_Class AV = AutoViz_Class() data = {'col1': [1, 2,...

I need to export to XML, so added to the code.

While reading the section on [[Set Operations](https://www.pythonlikeyoumeanit.com/Module2_EssentialsOfPython/DataStructures_III_Sets_and_More.html#Set-operations)](https://www.pythonlikeyoumeanit.com/Module2_EssentialsOfPython/DataStructures_III_Sets_and_More.html#Set-operations), I noticed that while the core set operations like union, intersection, and symmetric difference are well-covered, **some of Python's built-in methods for set...