Hello,
Now this might be my lack of python knowledge, but just wondering if anyone know what is going on here.
Before the python analysis transform I have data with a lot of decimal places.
However after passing the data through the python analysis transform I get this:
for illustration purposes my python code is just this:
num = $B010301$
return num
I also checked in a metric set that the decimals are actually removed…
Anyone has any suggestions?