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

Filename is an empty string or file not able to be loaded #80

Closed delocalizer closed 1 year ago

delocalizer commented 1 year ago

I get this error with even the simplest csv input file

a,b
1,2
3,4

providing full path to the filename, using and specifying different separators... nothing seems to work.

AutoViML commented 1 year ago

@delocalizer Thanks for trying out AutoViz 👍

I have tested your test csv file and it works fine . I have provided the csv file as well as the notebook for you to try it.

Just download them together and test it and let me know. I will keep this issue open until you have it resolved.

AutoViz_test.zip

Thanks Auto Vimal

delocalizer commented 1 year ago

Thanks for this. I'd like to try it out however I'm closing because I cannot pip install AutoViz in my current test environment (Python 3.11) due to wordcloud dependency https://github.com/amueller/word_cloud/issues/637.