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

Loading file Failure #70

Closed danielhassin closed 2 years ago

danielhassin commented 2 years ago

I am running another pd.DataFrame and get the error "Not able to read or load file. Please check your inputs and try again...". how can I detect the problem in my input? Edit - succeeded to run and plot the mentioned df, but when defining "DepVar" I still get the notification "Not able to read or load file. Please check your inputs and try again...". Edit 2 - succeeded to run and plot the mentioned df with defined "DepVar", but it happened after I changed the "max_cols_analyzed" from 20 to 30. makes sense?

thanks!

AutoViML commented 2 years ago

@danielhassin 👍 This was a minor bug which has been fixed. Please upgrade your installation (see below) and try again:

pip install autoviz --upgrade --ignore-installed

Thanks AutoViML team