Closed bergos closed 3 years ago
The CSV write uses the first observation to generate the column names. This causes an error if there are no observations. This PR changes the behavior to use directly view:as from the dimension, which is always available.
view:as
The CSV write uses the first observation to generate the column names. This causes an error if there are no observations. This PR changes the behavior to use directly
view:as
from the dimension, which is always available.