I want to run a time series regression over data is not spaced out in regular time intervals and where in some time periods there are multiple observations. Such in the picture below.
Is this possible and are there any models that are appropriate for this with out having to alter the data?

$ P _ { t } = \alpha + P _ { t -1 } + \beta X _ { t - 1 } + \varepsilon _ { t } $ where $ P _ { t } $ is the share price and $ \beta X _ { t - 1 }$ is a range of controls including the news sentiment scores
– user9903833 Sep 06 '18 at 16:05