Since a few years, we have native support for Map and Set in LabVIEW.
How about adding a DataFrame type similar to other programming languages (possible even with a native interaction with Python)?
A DataFrame type would be a 2D value where columns can have different datatypes. Currently, one needs to build around this by creating an 1D array of a cluster (or class) type.
Access to the data would be with numerical indexing for the rows and field access (like in a cluster) for the columns.
KR, Benjamin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.