So I want to export the data from one list into another so I can mess with it and still have an untouched copy of the original data. I know you can do this with list splicing but I have to export the data from the first list only after an index value of i that is determined by a function previously defined. How would I choose that data only after i? Thanks in advance.
Share
Slice using
i.