How to pre-process time series classification data to feed in LSTM model

Hi, I have a time series dataset showing the bellow figure. How can i make this dataset ready for feeding into LSTM model. Here, “every_type” is a target column and tt’s a binary classification problem.

Thanks in advance