Skip to content

v0.29.9 Null values support and new Array widget

Latest
Compare
Choose a tag to compare
@Tomansion Tomansion released this 05 Sep 16:19
· 39 commits to main since this release

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:
image

The Statistics widget also displays the percentage of missing values for each color:
image

You can also filter null values:
image

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:
image

As you can see from the image, missing values are supported by this widget.