Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
changing dates into numbers in bumpy
I am working with a different data set where I have dates saved as strings '12/10/2021' I want to change them into numbers by splitting them
using np.char.split now how can I separate them more into 3 columns (day, month, and year)
0 answers ( 0 marked as helpful)