I have a pandas dataframe that has the begin date and end date of each event (like the table below)
Is there a datetime tool in pandas that can help me convert this into a dataframe like the table below
If there is no pandas function, what is the best way to accomplish this result? Thanks!