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

Rows limit #39

Closed atwahsz closed 3 years ago

atwahsz commented 3 years ago

Is there a way to overcome this ? I want autoviz to go through the whole data frame regardless of large number of rows

rsesha commented 3 years ago

yes you can set the max_rows_analyzed (see below) to a very large number in which case it will analyze all the rows in the data frame.

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

ArijitSinghEDA commented 7 months ago

@rsesha Is there any required minimum number of rows? Or is there any different minimum requirement? Sometimes it works with 100 rows of data, and sometimes it doesn't work with 200 rows of data.

rsesha commented 7 months ago

I don’t have any requirement on number of rows. You may have a problem with the data format or something like that. Double check your input. Ram

On Fri, Feb 9, 2024 at 4:16 AM ArijitSinghEDA @.***> wrote:

@rsesha https://github.com/rsesha Is there any required minimum number of rows? Or is there any different minimum requirement? Sometimes it works with 100 rows of data, and sometimes it doesn't work with 200 rows of data.

— Reply to this email directly, view it on GitHub https://github.com/AutoViML/AutoViz/issues/39#issuecomment-1935575423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEUZ7DFU4MZCXBPQYQ3UVLYSXSOVAVCNFSM45NTL7G2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJTGU2TONJUGIZQ . You are receiving this because you were mentioned.Message ID: @.***>

AutoViML commented 7 months ago

You can set the max_rows_analyzed (see below) to a very large number or None in which case it will analyze all the rows in the data frame. On Friday, February 9, 2024 at 10:12:35 PM EST, Ram Seshadri @.***> wrote:

I don’t have any requirement on number of rows. You may have a problem with the data format or something like that. Double check your input. Ram

On Fri, Feb 9, 2024 at 4:16 AM ArijitSinghEDA @.***> wrote:

@rsesha https://github.com/rsesha Is there any required minimum number of rows? Or is there any different minimum requirement? Sometimes it works with 100 rows of data, and sometimes it doesn't work with 200 rows of data.

— Reply to this email directly, view it on GitHub https://github.com/AutoViML/AutoViz/issues/39#issuecomment-1935575423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEUZ7DFU4MZCXBPQYQ3UVLYSXSOVAVCNFSM45NTL7G2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJTGU2TONJUGIZQ . You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>