Skip to content

getResultValues dataframe column names are not CamelCase #127

Closed
@lsetiawan

Description

@lsetiawan

getResultValues dataframes seems to be returning column names that are all lowercase rather than CamelCase. This is inconsistent with the CamelCase keys that all the resulting model have when queried.

Example:

valueid resultid datavalue valuedatetime valuedatetimeutcoffset
1064 1064 1.2256 2015-11-17 13:55:12 -7
1065 1065 71.2000 2015-12-01 10:20:00 -7

This links to ODM2RESTAPI, which currently serializes this data with all lowercase keys. See odm2restapi issue 55

I think future change is needed to make the casing consistent with other query results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions