kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
29 stars 5 forks source link

Display `DOUBLE` and `FLOAT` values in scientific notation #88

Closed prrao87 closed 6 months ago

prrao87 commented 6 months ago

The current display of DOUBLE or FLOAT shows only 2 significant digits. This loses too much information, and I think it's best to show at least 4 decimals + scientific notation.

In the below example in the field degree_centrality, we are shown 0.01, but the actual value is 0.010667.

image

So we should display by default something like 1.0667e-02.