All Questions
Tagged with more-itertools split
1 question
0
votes
0
answers
135
views
How to make delimited item in split_at (more_itertools) dynamic
I am using split_at from more_itertools. The reason is that I have a list of 70k records in which Record i [Record 1, Record 2, ...Record n] occurs. I need to split the list at these Record i ...