I have a dataframe in the below format. I want to split the values of points column into different columns like A,B,C and so on based on the number of items in the list by deleting the original column.
df:
         x           y              points
    0   82.123610   16.724781   [1075038212.0, -18.099967840282456, -18.158378...
    1   82.126540   16.490998   [1071765909.0, -20.406018294234215, -15.850444...
    2   82.369578   17.402203   [1072646747.0, -16.839004016179505, -18.334996...
    3   81.612240   17.464167   [1096294130.0, -15.335239025421126, -15.303402...
 
    