AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.7k stars 196 forks source link

Can not draw Wordcloud plot #74

Closed tonovoh1 closed 2 years ago

tonovoh1 commented 2 years ago

Shape of your Data Set loaded: (3312, 20) ####################################################################################### ######################## C L A S S I F Y I N G V A R I A B L E S #################### ####################################################################################### Classifying variables in data set... 20 Predictors classified... 2 variables removed since they were ID or low-information variables Number of All Scatter Plots = 6 Could not draw wordcloud plot for Order ID Could not draw wordcloud plot for Product ID Could not draw wordcloud plot for Product Name Could not draw wordcloud plot for Customer ID Could not draw wordcloud plot for Customer Name Could not draw wordcloud plot for City Time to run AutoViz = 5 seconds

###################### AUTO VISUALIZATION Completed ########################

tonovoh1 commented 2 years ago

AV = AutoViz_Class() df_autoviz = AV.AutoViz('data.xlsx')

that is the code i ran and that is the output it shows

AutoViML commented 2 years ago

Hi @tonovoh1 👍 Can you please check if u have the latest version of AutoViz since this problem with wordclouds has been fixed in the latest version. Can you try your code once again after upgrading via:

pip install autoviz --upgrade
AutoViML commented 2 years ago

Hi @tonovoh1 👍

I found there was a bug that prevented Wordcloud plots. So please go ahead and upgrade:

pip install autoviz --upgrade

If you see version 0.1.43 then you have got the right version.