ydata-profiling icon indicating copy to clipboard operation
ydata-profiling copied to clipboard

use_index arg

Open raybellwaves opened this issue 2 years ago • 2 comments

Originally asked at SO: https://stackoverflow.com/questions/64664210/dont-use-index-in-pandas-profiling/69519138#69519138

I don't have any interest is summarizing the index.

I know I can reset beforehand i.e. df = df.reset_index(drop=True) but would we nice to do ProfileReport(df, use_index=False)

raybellwaves avatar Oct 11 '21 01:10 raybellwaves

Great idea, are you interested in picking this up? It should be relatively simple (add config parameter and if statement)

sbrugman avatar Oct 12 '21 10:10 sbrugman

I will work on adding this feature.

patrickdemers6 avatar Oct 24 '21 18:10 patrickdemers6