RFE: Add `excludeFirstRow` from DATs' .col method

Would it make sense to add an option to exclude the first row from the .col method of DATs?

col(nameOrIndex1, nameOrIndex2..., caseSensitive=True, excludeFirstRow=False)β†’ list:

I guess using

.col('colname')[1:]

returns the same thing?

1 Like

That’s what I use too to drop the first item.

1 Like

I picked this up from your volumetric lighting workflow, super handy

1 Like