phoebecd

Results 3 comments of phoebecd

Hi, this is intended behavior and not a bug in size scaling. If the size vector has only two unique values (such as [0,1]), Seaborn treats these as categorical data....

Hi, the dataset viewer shows all the possible columns and their types, but `load_dataset()` iterates through all the columns that you defined. It seems that you only have one column...

Yes, that is correct. Dask dataframe does not support nested column selection for parquet files, but `pandas` and `pyarrow` does. Dask’s `read_parquet` only supports selecting top-level columns. If you specify...