Hello, i have a question regarding data analysis with machine learning.
Case Description:
I have a large Dataset with orders and scanner data. So in the beginning theres always one row, which describes the order and then there are several other rows with Scanner data so I know which way the delivery took to the destination.
One Problem i have is, that there are Scannerevents from the stock to the production(interesting for me). But also the scannevents back from the production to the stock (not interestin for me).
Both of this data are often seperated by a bigger Time difference between the Scannevents.
Now i wann mark the 3 types of date a have in a extra column: Order, Outward transport, Backward transport.
I wanna do this with a machine learning modell.
Can you help me how to do this ?
Do i have to mark the first couple of Datasets by hand ?
How does this excatly work ?