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

Better support for long variable name access from HTML

Open cdeil opened this issue 4 years ago • 3 comments

I have variable / column names like sensor_F1A13S1_REAL_line_1 in my dataframe.

In the HTML profile report I can't find a way to "access", i.e. copy & paste that name in the variables view, there's only the truncated version.

Being able to do that would allow me to use the HTML report for EDA and then copy & paste the names to my notebook to continue / write my analysis there.

Is it possible to support such slightly longish variable names in the HTML better?

Example:

Screenshot 2021-02-17 at 08 37 59

cdeil avatar Feb 17 '21 07:02 cdeil

Similarly, the column names are also truncated on the correlation heatmap (x-axis).

jwang-lilly avatar Feb 18 '21 03:02 jwang-lilly

Setting full_width: True (under style) in the config file took care of this problem for me (it obviously change the aspect of the report)

KeVoyer avatar Feb 25 '21 20:02 KeVoyer

Can I take this up?

jyotidhiman0610 avatar Oct 11 '21 05:10 jyotidhiman0610