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

maximum recursion depth exceeded in comparison #33

Closed VellalaVineethKumar closed 3 years ago

VellalaVineethKumar commented 3 years ago

I have a CSV file with 40,000 records and I was trying to run Autoviz on this data from autoviz.AutoViz_Class import AutoViz_Class AV = AutoViz_Class() filename = 'Cleaned_InnerJoinedDataframe.csv' df1 = AV.AutoViz(filename)

But this fails with error ~\AppData\Local\Continuum\anaconda3\lib\site-packages\matplotlib\font_manager.py in findfont(self, prop, fontext, directory, fallback_to_default, rebuild_if_missing) 1236 return self._findfont_cached( 1237 prop, fontext, directory, fallback_to_default, rebuild_if_missing, -> 1238 rc_params) 1239 1240 @lru_cache()

RecursionError: maximum recursion depth exceeded while calling a Python object

AutoViML commented 3 years ago

People have tested AutoViz with half a million records and more than 100 variables and it has run fine.

If you can a small snippet of data, I can test and let you know. My email is listed on this Github.

Ram