You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am extracting data on people prescribed an opioid in each month (see example code below). When extracting dummy data, the index_date doesn't update, it only takes on the initial value (i.e. the match date variable only results in dates from the first month of the series [2018-01-01], not subsequent months). Note that --index-date-range "2018-01-01 to 2022-03-01 by month" is specified in the project.yaml. We have confirmed that this doesn't happen with real data, it appears to only be an issue when creating dummy data.
I am extracting data on people prescribed an opioid in each month (see example code below). When extracting dummy data, the
index_date
doesn't update, it only takes on the initial value (i.e. the match date variable only results in dates from the first month of the series [2018-01-01], not subsequent months). Note that--index-date-range "2018-01-01 to 2022-03-01 by month"
is specified in theproject.yaml
. We have confirmed that this doesn't happen with real data, it appears to only be an issue when creating dummy data.More details are available in this Slack thread: https://bennettoxford.slack.com/archives/C33TWNQ1J/p1660747406136349
The text was updated successfully, but these errors were encountered: