Bug: Numbers as Floats in Datasets

Hey guys,

I found what I believe to be a bug. When a dataset has a column with a number type and that number is very large, say 10+ digits (like a timestamp), it is currently being rounded. I thought I was going crazy until I realized that the data inputted was being transformed. Using a DECIMAL instead of a FLOAT might be preferable.