Return a dimension name not being used by the data array.
Note that a partition of the data array may have dimensions which don’t belong to the data array itself.
Returns : |
|
---|
Examples
>>> d.dimensions
['dim1', 'dim0']
>>> d.partitions.info('dimensions')
[['dim0', 'dim0'],
['dim1', 'dim0', 'dim2']]
>>> d.new_dimension_identifier()
'dim3'