Page 1 of 1

Max column width in count of characters

Posted: Thu Nov 19, 2020 4:48 pm
by RDews1
Is there a way to see the maximum count of characters within a column?

Re: Max column width in count of characters

Posted: Fri Nov 20, 2020 10:30 am
by Waveworks
Hello, yes you can create a new formula:

char_count = len(x)

where x is the name of the column/variable. After that, you can select char_count (click its name), and its max value will show below the plots. Does that work for you?

Notice that if the column header has spaces or other non-variable characters in it, the name of the variable is different from the column header. In that case, the variable name is printed in the message view when you open the csv file.

Best regards,
Gustaf