TheDataStation / ver

Data Discovery Tools and Systems
MIT License
6 stars 10 forks source link

ddprofiler on profiling column with no value #41

Open kevindharmawan opened 1 year ago

kevindharmawan commented 1 year ago

When profiling a column with no value in a CSV file, example:

col1;col2;col3
r1c1;;r1c3
r2c1;;r2c3

The ddprofiler will profile col2 as a String column. It would be useful to have an indicator for a column with no value.