Use expand=True in the str.split() method if you want to split string into several columns in a #pandas dataframe.
s = pd.Series(['aa-123', 'ff-ds-ds', 'zzz-42', 'xxβ])
s.str.split("-", 1, expand=True)
You can tell that we are slowly getting closer to the first beta as the number of release blockers that we need to fix on every release starts to increase π But we did it! πThanks to everyone that helped the release team get things ready π€β€οΈ
python.org/downloads/releaseβ¦