Null values support #191
It is now possible to import missing (null, Nan, none) values into DebiAI.
The columns now display the percentage of null values:
The Statistics
widget also displays the percentage of missing values for each color:
You can also filter null
values:
We put in a lot of effort to make sure every widget works well with this change. If you find something that isn't right, please write us an issue.
Array widget remake #213
The previous Array widget was slow and had some miss-alignment between rows and columns. We completely remade it to support a large amount of data and to support dynamic size rendering:
As you can see from the image, missing values are supported by this widget.