Menu

#2507 ascii returns different scheme when data is missing

nextrelease
open-fixed
nobody
None
5
2023-02-18
2023-02-14
No

These are interpreted differently, not just as an empty and two-element data set:

# Generated by Autoplot on Tue Feb 07 18:12:49 CST 2023
Epoch(UTC), abs
2016-08-16T00:00,0.47
2016-08-16T01:00,0.48

which has 2 records, and this is empty:

# Generated by Autoplot on Tue Feb 07 18:12:49 CST 2023
Epoch(UTC), abs 

The second one is loaded as a 1-element record, with enumeration (or nominal) data.

Discussion

  • Jeremy Faden

    Jeremy Faden - 2023-02-15

    I've made it so that it requires a record to confirm guessed units, and the columns cannot be all nominal units. This will result in a NoRecordsInInterval exception, but that's better than what was happening before.

     
  • Jeremy Faden

    Jeremy Faden - 2023-02-15
    • status: open --> open-fixed
     
MongoDB Logo MongoDB