is_index_dim#

geobricks.is_index_dim(data)[source]#

Determines if a (geo)pandas Series or DataFrame contains a dimension (space or time) in its index. It used for instance to determine how tables are concatenated in geobricks.merge.

Parameters#

dataTYPE

DESCRIPTION.

Returns#

resbool

Whether index contains one (or several) dimensions, or none.