Last modified 4 years ago
Profile: String analysis
back to DataCleaner | back to DataCleanerUserGuide
The string analysis profile measures specific to literal (string) types. The measures are:
- Char count ~ Number of characters in the whole column.
- Max chars ~ Maximum number of characters per row.
- Min chars ~ Minimum number of characters per row.
- Uppercase chars ~ A percentage, showing how many of the chars are uppercase.
- Lowercase chars ~ A percentage, showing how many of the chars are lowercase.
- Non-letter chars ~ A percentage, showing how many of the chars are not literals.
- Word count ~ Number of words in the whole column.
- Max words ~ Maximum number of words per row.
- Min words ~ Minumum number of words per row.
