Can't visualize the csv

Looks like there are 4 spaces between your date and time values, see here:

In order for the chart viewer to properly recognize the x axis as dates, you need to reduce this to 1 space between the date and time strings.

The chart editor treats axes slightly differently and is plotting the xaxis as categorical strings, not as dates.

Anyway, get rid of the extra spaces and you should be :+1: