I have a dataframe for example:
ID      Description 
1       Long lasting glasses,Fire resistant,Polarizer
I want every description column just containing the maximum length of 10 characters, if it exceeds new columns should be formed. Example:
ID   Description   Description2   Description3  Description4   Description5
1    Long Lasti     ng glasses    ,Fire resi     stant,Pola    rizer
 
     
    