#community-help

Changing Auto Schema Detection to Choose Float Over int64.

TLDR Jacob asked how to modify auto schema detection to pick float for numeric values. Kishore Nallan suggested importing values as float by appending .0 at the end.

Powered by Struct AI
2
2w
Solved
Join the chat
Nov 13, 2023 (2 weeks ago)
Jacob
Photo of md5-c60456339dc3724ba99c3f7ca170d671
Jacob
09:34 AM
Is there any way to change the auto schema detection to choose float instead of int64 for new fields with numeric values?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
09:40 AM
One way is to import values as float by adding.0 at the end of values imported