Skip to content

Inconsistent TS.INFO content #2064

Closed
@JoelBender

Description

@JoelBender

Version: 4.2.0
Platform: Python 3.8, Ubuntu 20.04

Description:

The naming mapping here is inconsistent with the other names, snake_case vs camelCase, and I would prefer that the contents be the same as those in the documentation that is also referenced in the code comment, so firstTimeStamp rather than first_time_stamp. It would be a more impactful change, but better in the long run.

>>> temp_info = ts.info('temp')
>>> dir(temp_info)
[..., 'first_time_stamp', 'labels', 'lastTimeStamp', 'last_time_stamp', 'max_samples_per_chunk', ...]

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