multinet-app / multinet-api

Apache License 2.0
2 stars 2 forks source link

Float values in table upload are being truncated to ints #173

Closed JakeWags closed 3 months ago

JakeWags commented 3 months ago

Currently when a float is uploaded, the result after processing the upload table is an int value. This is causing some issues in UpSet applications that have floats for attribute values.

Table column in upload window: image

Table column after upload: image

The current movies dataset was uploaded before this was an issue, apparently, as it has the correct float values.