Split list by specific object type in list

Hello everyone,

I have a long list (from Excel) with Datetime and Strings, but i want to group the list so that each sublist ends with a DateTime.
image
Thanks in advance!

How comfortable are you with python? This would be pretty simple and a good way to learn some of the basics.

Otherwise you can just make a sequence of indices.

2 Likes

chop.dyn (16.9 KB)