Currently they are converted as string sequences like:
data in stdf -> pandas -> how should look like (STDF type)
sequences of R4 : 1.234 3.213 31.221 -> 1.2343.21331.221 -> 1.234, 3.213, 31.221
binary value of 5 -> 00000101 -> [0, 0, 0, 0, 0, 1, 0, 1 ] (Bn)
Currently they are converted as string sequences like: data in stdf -> pandas -> how should look like (STDF type) sequences of R4 : 1.234 3.213 31.221 -> 1.2343.21331.221 -> 1.234, 3.213, 31.221 binary value of 5 -> 00000101 -> [0, 0, 0, 0, 0, 1, 0, 1 ] (Bn)