Matheus de Sá

Results 1 issues of Matheus de Sá

Currently, in the constructor the DataFrame is stored directly: ```python def __init__(self, df: pd.DataFrame = None, ...): self.df = df ... ``` Later, when colors are assigned in `__get_colors`: ```python...