We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0378027 commit 975b98cCopy full SHA for 975b98c
src/arraytex/api.py
@@ -79,6 +79,8 @@ def to_tabular(
79
80
Raises:
81
TooManyDimensionsError: when the supplied array has more than 2 dimensions
82
+ DimensionMismatchError: when there are mismatched column identifiers and
83
+ dimensions
84
"""
85
if len(arr.shape) == 1:
86
n_cols = arr.shape[0]
0 commit comments