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

About 3D plot #784

Open zha76 opened 2 years ago

zha76 commented 2 years ago

Great job SFU team! I find that "from dataprep.eda import plot" helps us a lot to look insight into data through 2D graphs. Is it possible that some day we can plot 3D graph as sometimes we have to look at 3 dimensions to better understand them? Thanks!

jinglinpeng commented 2 years ago

Hi @zha76 , thanks for your comment! We do plan to add more support of three variables analysis. For now it's in an early stage and only time_series-num-cat type is supported.

datatalking commented 2 years ago

@zha76 Can you provide a sample of what you are thinking this would be a good use case for? @jinglinpeng if you are ok with it I'd like to look at adding this function, once others are addressed.