Closed
Description
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
Labels
No labels