semantique.exceptions.TooManyDimensionsError

semantique.exceptions.TooManyDimensionsError#

exception semantique.exceptions.TooManyDimensionsError[source]#

Raised when an array has more dimensions than a process allows.

This occurs in functions that put a limit on the allowed number of dimensions an array may have. This includes grouping with the groupby verb, in which the grouper may only have one dimension. The documentation of such functions should always clearly mention these requirements.