Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1017 Bytes

GranularitiesFormatting.md

File metadata and controls

14 lines (9 loc) · 1017 Bytes

GranularitiesFormatting

A date dataset granularities title formatting rules.

Properties

Name Type Description Notes
title_base str Title base is used as a token in title pattern. If left empty, it is replaced by date dataset title.
title_pattern str This pattern is used to generate the title of attributes and labels that result from the granularities. There are two tokens available: * `%titleBase` - represents shared part by all titles, or title of Date Dataset if left empty * `%granularityTitle` - represents `DateGranularity` built-in title
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]