I am facing a weird issue, I have a column name ‘window’ in a data frame and it has a list of values i.e., [3,9,45,78]. I am trying to explode this column using df.explode(‘window’) but this is doing no job. datatype of ‘window’ column is object. I have checked my pandas version it is – 1.3.4 dataframe example Answer Remember
Tag: explode
Arranging call data from salesforce in 15 minute intervals
I am new in python and pandas and also in stackoverflow so I apologize for any mistakes I make in advance. I have this dataframe output is and my desired outcome is to have something like in below I have this code from another topic link But it does not take “interval_start” into consideration, I need to check first if