sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.01k stars 204 forks source link

eda: cat-cat issue #755

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Describe the bug Error happened for the following code.

To Reproduce

from dataprep.eda import plot
from dataprep.datasets import load_dataset
df =  load_dataset('titanic')
plot(df, "Name", "Ticket")

image