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.71k stars 197 forks source link

HTMl and BOKEH not output all! #55

Closed nhatvietnam closed 2 years ago

nhatvietnam commented 2 years ago

The autoviz work well for chart_format svg, but BOKEH and HTML not all the dataset work well, when running I encounter:

~\anaconda3\lib\site-packages\pandas\core\indexes\base.py in get_loc(self, key, method, tolerance) 3361 return self._engine.get_loc(casted_key) 3362 except KeyError as err: -> 3363 raise KeyError(key) from err 3364 3365 if is_scalar(key) and isna(key) and not self.hasnans:

KeyError: ''

After searching through the internet, it seems like the problems is with the pandas! Sorry but I do not know how to fix that! Kind regard,

autoviz_test.zip

AutoViML commented 2 years ago

Hi @nhatvietnam 👍 The issue was a minor code fix. I have fixed it now and should work. Here is the same notebook with the fixed version running correctly. Please take a look.

autoviz_test_fixed.zip

you must do the following to upgrade on your local machine:

pip install autoviz --upgrade

You can close the issue if it is fixed. AutoViML

nhatvietnam commented 2 years ago

This problem is done now!