I have some observation data. Sometimes there is no observation data for a specific date. Usually, DateListPlot will automatically connect different data line segments (as shown in the figure). But I don't want this.
Get["data.mx",data];
DateListPlot[data,ImageSize -> Large]
How to prevent DateListPlot from automatically connecting these data segments (still retaining the time stamp on the horizontal axis)?
Note: I have attached the MX file. The data range is from 2019/10/18 to 2019/10/19 to 2019/10/26, and there are three days without data (10/21, 10/22, 10/23).

Attachments: