octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56544] error: The output format qualifier "as


From: G. Richard Bellamy
Subject: [Octave-bug-tracker] [bug #56544] error: The output format qualifier "as" must be followed by a type
Date: Mon, 24 Jun 2019 17:55:14 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56544>

                 Summary: error: The output format qualifier "as" must be
followed by a type
                 Project: GNU Octave
            Submitted by: rbellamy
            Submitted on: Mon 24 Jun 2019 09:55:12 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Steps to reproduce:

>> d = dataframe('data-1561346494910.csv)
d = dataframe with 28 rows and 2 columns
Src: data-1561346494910.csv
_1          lastday  count
Nr             char double
 1 2016-08-31 00:00     85
 2 2016-09-30 00:00     85
 3 2016-10-31 00:00     84
 4 2016-11-30 00:00     89
 5 2016-12-31 00:00     85
 6 2017-01-31 00:00     88
 7 2017-02-28 00:00     91
 8 2017-03-31 00:00     91
 9 2017-04-30 00:00     93
10 2017-05-31 00:00     95
11 2017-06-30 00:00     93
12 2017-07-31 00:00     96
13 2017-08-31 00:00     98
14 2017-09-30 00:00     98
15 2017-10-31 00:00    107
16 2017-11-30 00:00    107
17 2017-12-31 00:00    106
18 2018-01-31 00:00    112
19 2018-02-28 00:00    110
20 2018-03-31 00:00    113
21 2018-10-31 00:00    114
22 2018-11-30 00:00    113
23 2018-12-31 00:00    104
24 2019-01-31 00:00    102
25 2019-02-28 00:00    104
26 2019-03-31 00:00    107
27 2019-04-30 00:00    107
28 2019-05-31 00:00    107

>> d.lastday
error: The output format qualifier "as" must be followed by a type
error: called from
    subsref at line 40 column 9


Expected behavior:

The column "lastday" output.

Note:

>> d.array(:,1)
ans =

2016-08-31 00:00
2016-09-30 00:00
2016-10-31 00:00
2016-11-30 00:00
2016-12-31 00:00
2017-01-31 00:00
2017-02-28 00:00
2017-03-31 00:00
2017-04-30 00:00
2017-05-31 00:00
2017-06-30 00:00
2017-07-31 00:00
2017-08-31 00:00
2017-09-30 00:00
2017-10-31 00:00
2017-11-30 00:00
2017-12-31 00:00
2018-01-31 00:00
2018-02-28 00:00
2018-03-31 00:00
2018-10-31 00:00
2018-11-30 00:00
2018-12-31 00:00
2019-01-31 00:00
2019-02-28 00:00
2019-03-31 00:00
2019-04-30 00:00
2019-05-31 00:00




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 24 Jun 2019 09:55:12 PM UTC  Name: data-1561346494910.csv  Size:
617B   By: rbellamy

<http://savannah.gnu.org/bugs/download.php?file_id=47133>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56544>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]