'Splitting strings in dataframe

I have a column with strings. I want to split and create a new column in the dataframe.

For example:

2022-01-28 15-43-45 150

I want to split after 45 and create a new column.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source