Hi,
is there a possibility in detl too see which units/reactors were used? Sometimes only 6 of our 8 reactors are used but not in a chronological order. For example we used reactors 1,2,5,6,7,8 which shows in detl like this:

It can be seen that 8 would be the maximum. When I want to adress them directly. For example ddata[1].dataframe.head() is for unit 1. ddata[3].dataframe.head() is for the third consecutive unit which is in our case unit 5, because 3&4 are empty. Is there a way to adress the units directly by unit number or unit name (something like 'unit 5')? That would be very helpful for us.
Thank you for your feedback!
Hi,

is there a possibility in detl too see which units/reactors were used? Sometimes only 6 of our 8 reactors are used but not in a chronological order. For example we used reactors 1,2,5,6,7,8 which shows in detl like this:
It can be seen that 8 would be the maximum. When I want to adress them directly. For example
ddata[1].dataframe.head()is for unit 1.ddata[3].dataframe.head()is for the third consecutive unit which is in our case unit 5, because 3&4 are empty. Is there a way to adress the units directly by unit number or unit name (something like 'unit 5')? That would be very helpful for us.Thank you for your feedback!