Hi guys! π
I have this array that I extracted from a .csv table and I would like to remove the first row. How to do this?
Thanks! π
Hello @carudev
You could use the "skip" function:
In this way, the first item of the arrayValues array will be excluded.
Hope it helps!
Ferran