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

DataFrame #40

Closed ironapidevop closed 3 years ago

ironapidevop commented 3 years ago

Dear all, I couldn't figure out how to pass a dataframe (instead of a csv file) to AV.AutoViz. Could somebody please give me a short hint?

thanks in advance.

rsesha commented 3 years ago

Can you check this and see if it works?

dft = AV.AutoViz("", sep=sep, depVar=target, dfte=df, header=0, verbose=2, lowess=False,chart_format='svg',max_rows_analyzed=1500,max_cols_analyzed=30)

If not, check this example demo: https://github.com/AutoViML/AutoViz/blob/master/Examples/AutoViz_Demo.ipynb